Home
last modified time | relevance | path

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

/external/libchrome/base/files/
Dfile_util.h244 BASE_EXPORT bool IsPathExecutable(const FilePath& path);
Dfile_util_posix.cc994 IsPathExecutable(FilePath("/dev/shm")); in GetShmemTempDir()
1063 BASE_EXPORT bool IsPathExecutable(const FilePath& path) { in IsPathExecutable() function
/external/libchrome/base/memory/
Dshared_memory_unittest.cc595 if (!IsPathExecutable(FilePath("/dev/shm")) && in TEST_P()
596 !IsPathExecutable(FilePath("/tmp"))) { in TEST_P()