Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Target/
DPathMappingList.cpp33 ConstString NormalizePath(ConstString path) { in NormalizePath() function
66 m_pairs.emplace_back(pair(NormalizePath(path), NormalizePath(replacement))); in Append()
91 m_pairs.emplace(insert_iter, pair(NormalizePath(path), in Insert()
92 NormalizePath(replacement))); in Insert()
103 m_pairs[index] = pair(NormalizePath(path), NormalizePath(replacement)); in Replace()
307 const ConstString path = NormalizePath(orig_path); in FindIndexForPath()
DTraceSessionFileParser.cpp23 void TraceSessionFileParser::NormalizePath(lldb_private::FileSpec &file_spec) { in NormalizePath() function in TraceSessionFileParser
31 NormalizePath(system_file_spec); in ParseModule()
35 NormalizePath(local_file_spec); in ParseModule()
104 NormalizePath(trace_file); in ParseThread()
/external/libchrome/build/
Dvs_toolchain.py418 def NormalizePath(path): function
436 return NormalizePath(os.environ['WINDOWSSDKDIR'])
451 ToGNString(NormalizePath(os.environ['GYP_MSVS_OVERRIDE_PATH'])),
454 ToGNString(NormalizePath(os.environ.get('WDK_DIR', ''))),
/external/llvm-project/lldb/include/lldb/Target/
DTraceSessionFileParser.h104 void NormalizePath(lldb_private::FileSpec &file_spec);
/external/perfetto/src/profiling/common/
Dproc_utils_unittest.cc48 TEST(ProcUtilsTest, NormalizePath) { in TEST() argument
/external/llvm/unittests/Support/
DPath.cpp894 TEST(Support, NormalizePath) { in TEST() argument
/external/llvm-project/llvm/unittests/Support/
DPath.cpp1345 TEST(Support, NormalizePath) { in TEST() argument