Home
last modified time | relevance | path

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

/external/chromium_org/base/files/
Dfile_util_posix.cc69 static int CallLstat(const char *path, stat_wrapper_t *sb) { in CallLstat() function
78 static int CallLstat(const char *path, stat_wrapper_t *sb) {
100 if (CallLstat(path.value().c_str(), &stat_info) != 0) { in VerifySpecificPathControlledByUser()
205 int test = CallLstat(path_str, &file_info); in DeleteFile()
619 if (CallLstat(file_path.value().c_str(), &st) != 0) in IsLink()