Searched refs:RemoveLastPathComponent (Results 1 – 6 of 6) 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()360 EXPECT_TRUE(fs_posix_relative.RemoveLastPathComponent()); in TEST()362 EXPECT_FALSE(fs_posix_relative.RemoveLastPathComponent()); in TEST()367 EXPECT_FALSE(fs_posix_relative2.RemoveLastPathComponent()); in TEST()369 EXPECT_FALSE(fs_posix_relative.RemoveLastPathComponent()); in TEST()[all …]
255 build_path.RemoveLastPathComponent(); in CreateInstance()256 build_path.RemoveLastPathComponent(); in CreateInstance()257 source_path.RemoveLastPathComponent(); in CreateInstance()258 source_path.RemoveLastPathComponent(); in CreateInstance()
399 dsym_directory.RemoveLastPathComponent(); in LookForDsymNextToExecutablePath() 441 dsym_yaa_fspec.RemoveLastPathComponent(); in LookForDsymNextToExecutablePath() 487 parent_dirs.RemoveLastPathComponent(); in LocateDSYMInVincinityOfExecutable() 517 parent_dirs.RemoveLastPathComponent(); in LocateDSYMInVincinityOfExecutable() 920 build_path.RemoveLastPathComponent(); in GetModuleSpecInfoFromUUIDDictionary() 921 build_path.RemoveLastPathComponent(); in GetModuleSpecInfoFromUUIDDictionary() 922 source_path.RemoveLastPathComponent(); in GetModuleSpecInfoFromUUIDDictionary() 923 source_path.RemoveLastPathComponent(); in GetModuleSpecInfoFromUUIDDictionary()
394 bool RemoveLastPathComponent();
458 bool FileSpec::RemoveLastPathComponent() { in RemoveLastPathComponent() function in FileSpec
310 this_file.RemoveLastPathComponent(); // _lldb.pyd or _lldb_d.pyd in GetInterpreterInfo() 311 this_file.RemoveLastPathComponent(); // lldb in GetInterpreterInfo() 316 this_file.RemoveLastPathComponent(); in GetInterpreterInfo()