Searched refs:RemoveLastPathComponent (Results 1 – 7 of 7) sorted by relevance
339 TEST(FileSpecTest, RemoveLastPathComponent) { in TEST() argument342 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 …]
257 build_path.RemoveLastPathComponent(); in CreateInstance()258 build_path.RemoveLastPathComponent(); in CreateInstance()259 source_path.RemoveLastPathComponent(); in CreateInstance()260 source_path.RemoveLastPathComponent(); in CreateInstance()
82 dsym_directory.RemoveLastPathComponent(); in LookForDsymNextToExecutablePath()124 dsym_yaa_fspec.RemoveLastPathComponent(); in LookForDsymNextToExecutablePath()169 parent_dirs.RemoveLastPathComponent(); in LocateDSYMInVincinityOfExecutable()199 parent_dirs.RemoveLastPathComponent(); in LocateDSYMInVincinityOfExecutable()
430 build_path.RemoveLastPathComponent(); in GetModuleSpecInfoFromUUIDDictionary()431 build_path.RemoveLastPathComponent(); in GetModuleSpecInfoFromUUIDDictionary()432 source_path.RemoveLastPathComponent(); in GetModuleSpecInfoFromUUIDDictionary()433 source_path.RemoveLastPathComponent(); in GetModuleSpecInfoFromUUIDDictionary()
396 bool RemoveLastPathComponent();
446 bool FileSpec::RemoveLastPathComponent() { in RemoveLastPathComponent() function in FileSpec
1748 while (platform_pull_upart.RemoveLastPathComponent()) { in FindBundleBinaryInExecSearchPaths()