Searched refs:dirbase (Results 1 – 3 of 3) sorted by relevance
53 String8 dirbase(directory); in clean_directory() local54 if (directory[dirbase.size() - 1] != '/') dirbase += "/"; in clean_directory()64 String8 filename = dirbase + entry->d_name; in clean_directory()
699 string dirbase(mDirectory); in get_directory_contents_locked() local700 if (mDirectory[dirbase.size() - 1] != '/') dirbase += "/"; in get_directory_contents_locked()710 string filename = dirbase + entryname; // fully qualified in get_directory_contents_locked()
120 string dirbase = string(td.path) + "/"; in InspectFiles() local127 string filename = dirbase + entry->d_name; in InspectFiles()