Home
last modified time | relevance | path

Searched refs:lost_path (Results 1 – 1 of 1) sorted by relevance

/system/vold/fs/
DVfat.cpp155 char *lost_path; in Mount() local
156 asprintf(&lost_path, "%s/LOST.DIR", c_target); in Mount()
157 if (access(lost_path, F_OK)) { in Mount()
162 if (mkdir(lost_path, 0755)) { in Mount()
166 free(lost_path); in Mount()