Home
last modified time | relevance | path

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

/aosp12/system/libbase/
H A Dfile.cpp370 bool file_type_removable = (result == 0 && S_ISREG(st.st_mode)); in RemoveFileIfExists() local
373 bool file_type_removable = (result == 0 && (S_ISREG(st.st_mode) || S_ISLNK(st.st_mode))); in RemoveFileIfExists() local
382 if (!file_type_removable) { in RemoveFileIfExists()