Searched defs:lost_path (Results 1 - 1 of 1) sorted by last modified time

/system/vold/
H A DFat.cpp137 char *lost_path; local
138 asprintf(&lost_path, "%s/LOST.DIR", mountPoint);
139 if (access(lost_path, F_OK)) {
144 if (mkdir(lost_path, 0755)) {
148 free(lost_path);

Completed in 3 milliseconds