Home
last modified time | relevance | path

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

/external/llvm-project/lldb/unittests/Utility/
DFileSpecTest.cpp339 TEST(FileSpecTest, RemoveLastPathComponent) { in TEST() argument
342 EXPECT_TRUE(fs_posix.RemoveLastPathComponent()); in TEST()
344 EXPECT_TRUE(fs_posix.RemoveLastPathComponent()); in TEST()
346 EXPECT_TRUE(fs_posix.RemoveLastPathComponent()); in TEST()
348 EXPECT_FALSE(fs_posix.RemoveLastPathComponent()); in TEST()
353 EXPECT_TRUE(fs_posix_relative.RemoveLastPathComponent()); in TEST()
355 EXPECT_TRUE(fs_posix_relative.RemoveLastPathComponent()); in TEST()
357 EXPECT_FALSE(fs_posix_relative.RemoveLastPathComponent()); in TEST()
362 EXPECT_FALSE(fs_posix_relative2.RemoveLastPathComponent()); in TEST()
364 EXPECT_FALSE(fs_posix_relative.RemoveLastPathComponent()); in TEST()
[all …]
/external/llvm-project/lldb/source/Plugins/SymbolVendor/MacOSX/
DSymbolVendorMacOSX.cpp257 build_path.RemoveLastPathComponent(); in CreateInstance()
258 build_path.RemoveLastPathComponent(); in CreateInstance()
259 source_path.RemoveLastPathComponent(); in CreateInstance()
260 source_path.RemoveLastPathComponent(); in CreateInstance()
/external/llvm-project/lldb/source/Symbol/
DLocateSymbolFile.cpp82 dsym_directory.RemoveLastPathComponent(); in LookForDsymNextToExecutablePath()
124 dsym_yaa_fspec.RemoveLastPathComponent(); in LookForDsymNextToExecutablePath()
169 parent_dirs.RemoveLastPathComponent(); in LocateDSYMInVincinityOfExecutable()
199 parent_dirs.RemoveLastPathComponent(); in LocateDSYMInVincinityOfExecutable()
DLocateSymbolFileMacOSX.cpp430 build_path.RemoveLastPathComponent(); in GetModuleSpecInfoFromUUIDDictionary()
431 build_path.RemoveLastPathComponent(); in GetModuleSpecInfoFromUUIDDictionary()
432 source_path.RemoveLastPathComponent(); in GetModuleSpecInfoFromUUIDDictionary()
433 source_path.RemoveLastPathComponent(); in GetModuleSpecInfoFromUUIDDictionary()
/external/llvm-project/lldb/include/lldb/Utility/
DFileSpec.h396 bool RemoveLastPathComponent();
/external/llvm-project/lldb/source/Utility/
DFileSpec.cpp446 bool FileSpec::RemoveLastPathComponent() { in RemoveLastPathComponent() function in FileSpec
/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/
DPlatformDarwin.cpp1748 while (platform_pull_upart.RemoveLastPathComponent()) { in FindBundleBinaryInExecSearchPaths()