Home
last modified time | relevance | path

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

/aosp_15_r20/system/update_engine/payload_generator/
H A Ddeflate_utils.cc82 bool IsRegularFile(const FilesystemInterface::File& file) { in IsRegularFile() function
317 auto is_regular_file = IsRegularFile(file); in PreprocessPartitionFiles()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/
Draw_ostream.h458 bool IsRegularFile = false; variable
529 bool isRegularFile() const { return IsRegularFile; } in isRegularFile()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
H A Draw_ostream.h458 bool IsRegularFile = false; variable
529 bool isRegularFile() const { return IsRegularFile; } in isRegularFile()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/
Draw_ostream.h474 bool IsRegularFile = false; variable
545 bool isRegularFile() const { return IsRegularFile; } in isRegularFile()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/
Draw_ostream.h474 bool IsRegularFile = false; variable
545 bool isRegularFile() const { return IsRegularFile; } in isRegularFile()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/
Draw_ostream.h474 bool IsRegularFile = false; variable
545 bool isRegularFile() const { return IsRegularFile; } in isRegularFile()
/aosp_15_r20/system/extras/simpleperf/
H A Ddso.cpp183 if (EndsWith(dso_path, ".apk") && IsRegularFile(path)) { in FindDebugFile()
574 if (!IsRegularFile(std::get<0>(tuple) ? std::get<1>(tuple) : debug_file_path)) { in LoadSymbolsImpl()
961 if (!IsRegularFile(GetDebugFilePath())) { in CalculateMinVaddr()
H A DProbeEvents.cpp109 if (IsRegularFile(path)) { in IsKprobeSupported()
H A Dcmd_api.cpp243 if (android::base::StartsWith(name, "TemporaryFile-") || !IsRegularFile(path)) { in CollectRecordingData()
H A Dutils.h238 bool IsRegularFile(const std::string& filename);
H A Dcmd_inject_test.cpp127 ASSERT_FALSE(IsRegularFile(tmpfile.path)); in TEST()
H A Dutils.cpp221 bool IsRegularFile(const std::string& filename) { in IsRegularFile() function
H A Dread_elf.cpp149 if (!IsRegularFile(filename)) { in OpenObjectFile()
H A DJITDebugReader.cpp731 } else if (IsRegularFile(it->name)) { in ReadDexFileDebugInfo()
H A Dcmd_stat.cpp322 if (IsRegularFile(governor_path)) { in Use()
H A Denvironment.cpp84 if (IsRegularFile(entry_path) && android::base::EndsWith(name, ".ko")) { in GetAllModuleFiles()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
H A Draw_ostream.cpp646 IsRegularFile = Status.type() == sys::fs::file_type::regular_file; in raw_fd_ostream()
649 SupportsSeeking = !EC && IsRegularFile; in raw_fd_ostream()
/aosp_15_r20/device/google/cuttlefish/common/libs/fs/
Dshared_fd.cpp116 bool IsRegularFile(const int fd) { in IsRegularFile() function
1076 : fd_(fd), errno_(in_errno), is_regular_file_(IsRegularFile(fd_)) { in FileInstance()