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