Home
last modified time | relevance | path

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

/external/libchrome/base/files/
Dfile_util_posix.cc77 int CallLstat(const char* path, stat_wrapper_t* sb) { in CallLstat() function
86 int CallLstat(const char* path, stat_wrapper_t* sb) {
98 if (CallLstat(path.value().c_str(), &stat_info) != 0) { in VerifySpecificPathControlledByUser()
353 if (CallLstat(path_str, &file_info) != 0) { in DeleteFile()
756 if (CallLstat(file_path.value().c_str(), &st) != 0) in IsLink()