Searched defs:file_exists (Results 1 – 11 of 11) sorted by relevance
17 bool file_exists(const char* fileName) { in file_exists() function
78 bool file_exists; member
160 bool file_exists = GetFileInfo(target_, &file_info); in OnObjectSignaled() local
140 def file_exists(path): function
45 file_exists = int(std::errc::file_exists), enumerator
137 bool file_exists = base::PathExists(oobe_complete_flag_file_path); in IsDeviceRegistered() local
178 bool file_exists = false; in TEST_F() local
51 const bool file_exists = file->Exists(); in FindPlugin() local
204 def file_exists(self, full_path): member in AndroidCommands
721 DownloadItem* download, bool file_exists, in ConfirmFileStatusForResume()