Searched refs:IsPathExecutable (Results 1 – 3 of 3) sorted by relevance
244 BASE_EXPORT bool IsPathExecutable(const FilePath& path);
995 IsPathExecutable(FilePath("/dev/shm")); in GetShmemTempDir()1064 BASE_EXPORT bool IsPathExecutable(const FilePath& path) { in IsPathExecutable() function
595 if (!IsPathExecutable(FilePath("/dev/shm")) && in TEST_P()596 !IsPathExecutable(FilePath("/tmp"))) { in TEST_P()