Searched refs:lost_path (Results 1 – 1 of 1) sorted by relevance
140 auto lost_path = android::base::StringPrintf("%s/LOST.DIR", target.c_str()); in Mount() local141 if (access(lost_path.c_str(), F_OK)) { in Mount()146 if (mkdir(lost_path.c_str(), 0755)) { in Mount()