Home
last modified time | relevance | path

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

/system/vold/fs/
DVfat.cpp140 auto lost_path = android::base::StringPrintf("%s/LOST.DIR", target.c_str()); in Mount() local
141 if (access(lost_path.c_str(), F_OK)) { in Mount()
146 if (mkdir(lost_path.c_str(), 0755)) { in Mount()