Home
last modified time | relevance | path

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

/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/files/
Dfile_util.h247 BASE_EXPORT bool IsPathExecutable(const FilePath& path);
/aosp_15_r20/external/libchrome/base/files/
H A Dfile_util.h244 BASE_EXPORT bool IsPathExecutable(const FilePath& path);
H A Dfile_util_posix.cc995 IsPathExecutable(FilePath("/dev/shm")); in GetShmemTempDir()
1064 BASE_EXPORT bool IsPathExecutable(const FilePath& path) { in IsPathExecutable() function
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/1/external/libchrome/base/files/
Dfile_util.h247 BASE_EXPORT bool IsPathExecutable(const FilePath& path);
/aosp_15_r20/external/libchrome/base/memory/
H A Dshared_memory_unittest.cc595 if (!IsPathExecutable(FilePath("/dev/shm")) && in TEST_P()
596 !IsPathExecutable(FilePath("/tmp"))) { in TEST_P()
/aosp_15_r20/external/cronet/base/files/
H A Dfile_util.h377 BASE_EXPORT bool IsPathExecutable(const FilePath& path);
H A Dfile_util_posix.cc1243 IsPathExecutable(FilePath("/dev/shm")); in GetShmemTempDir()
1411 BASE_EXPORT bool IsPathExecutable(const FilePath& path) { in IsPathExecutable() function