Home
last modified time | relevance | path

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

/system/libhwbinder/
DUtils.cpp30 static bool file_exists(const std::string& file) { in file_exists() function
37 return file_exists("/system_ext/bin/hwservicemanager") || in isHwServiceManagerInstalled()
38 file_exists("/system/system_ext/bin/hwservicemanager") || in isHwServiceManagerInstalled()
39 file_exists("/system/bin/hwservicemanager"); in isHwServiceManagerInstalled()
/system/extras/ioshark/
Dcompile_ioshark_subr.c118 int file_exists = 1; in init_filename_cache() local
126 file_exists = 0; in init_filename_cache()
133 if (file_exists) { in init_filename_cache()
158 if (file_exists) in init_filename_cache()