Home
last modified time | relevance | path

Searched defs:GetAbsolutePath (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/test/dittosuite/src/
H A Dinstruction.cpp112 std::string Instruction::GetAbsolutePath() { in GetAbsolutePath() function in dittosuite::Instruction
/aosp_15_r20/system/tools/aidl/
Dio_delegate.cpp52 bool IoDelegate::GetAbsolutePath(const string& path, string* absolute_path) { in GetAbsolutePath() function in android::aidl::IoDelegate
/aosp_15_r20/build/make/tools/ide_query/cc_analyzer/
H A Dinclude_scanner.cc60 std::string GetAbsolutePath(llvm::StringRef cwd, llvm::StringRef file_name) { in GetAbsolutePath() function
/aosp_15_r20/external/skia/gn/
H A Dgn_to_cmake.py207 def GetAbsolutePath(self, path): member in Project