Searched refs:RemoveLastPathComponent (Results 1 – 8 of 8) sorted by relevance
344 TEST(FileSpecTest, RemoveLastPathComponent) { in TEST() argument347 EXPECT_TRUE(fs_posix.RemoveLastPathComponent()); in TEST()349 EXPECT_TRUE(fs_posix.RemoveLastPathComponent()); in TEST()351 EXPECT_TRUE(fs_posix.RemoveLastPathComponent()); in TEST()353 EXPECT_FALSE(fs_posix.RemoveLastPathComponent()); in TEST()358 EXPECT_TRUE(fs_posix_relative.RemoveLastPathComponent()); in TEST()374 EXPECT_TRUE(fs_windows.RemoveLastPathComponent()); in TEST()376 EXPECT_TRUE(fs_windows.RemoveLastPathComponent()); in TEST()378 EXPECT_TRUE(fs_windows.RemoveLastPathComponent()); in TEST()380 EXPECT_TRUE(fs_windows.RemoveLastPathComponent()); in TEST()[all …]
251 build_path.RemoveLastPathComponent(); in CreateInstance()252 build_path.RemoveLastPathComponent(); in CreateInstance()253 source_path.RemoveLastPathComponent(); in CreateInstance()254 source_path.RemoveLastPathComponent(); in CreateInstance()
84 dsym_directory.RemoveLastPathComponent(); in LookForDsymNextToExecutablePath()126 dsym_yaa_fspec.RemoveLastPathComponent(); in LookForDsymNextToExecutablePath()172 parent_dirs.RemoveLastPathComponent(); in LocateDSYMInVincinityOfExecutable()202 parent_dirs.RemoveLastPathComponent(); in LocateDSYMInVincinityOfExecutable()
450 build_path.RemoveLastPathComponent(); in GetModuleSpecInfoFromUUIDDictionary()451 build_path.RemoveLastPathComponent(); in GetModuleSpecInfoFromUUIDDictionary()452 source_path.RemoveLastPathComponent(); in GetModuleSpecInfoFromUUIDDictionary()453 source_path.RemoveLastPathComponent(); in GetModuleSpecInfoFromUUIDDictionary()
394 bool RemoveLastPathComponent();
445 bool FileSpec::RemoveLastPathComponent() { in RemoveLastPathComponent() function in FileSpec
308 this_file.RemoveLastPathComponent(); // _lldb.pyd or _lldb_d.pyd in SharedLibraryDirectoryHelper()309 this_file.RemoveLastPathComponent(); // lldb in SharedLibraryDirectoryHelper()314 this_file.RemoveLastPathComponent(); in SharedLibraryDirectoryHelper()
1215 while (platform_pull_upart.RemoveLastPathComponent()) { in FindBundleBinaryInExecSearchPaths()