Searched refs:GetFileName (Results 1 – 8 of 8) sorted by relevance
61 TEST(cpdf_filespec, GetFileName) { in TEST() argument78 EXPECT_STREQ(test_data.expected, file_spec.GetFileName().c_str()); in TEST()109 EXPECT_TRUE(file_spec.GetFileName().IsEmpty()); in TEST()112 EXPECT_STREQ(test_data[i].expected, file_spec.GetFileName().c_str()); in TEST()118 EXPECT_STREQ(test_data[4].input, file_spec.GetFileName().c_str()); in TEST()124 EXPECT_TRUE(file_spec.GetFileName().IsEmpty()); in TEST()132 EXPECT_TRUE(file_spec.GetFileName().IsEmpty()); in TEST()135 EXPECT_TRUE(file_spec.GetFileName().IsEmpty()); in TEST()159 EXPECT_STREQ(test_data.input, file_spec1.GetFileName().c_str()); in TEST()169 EXPECT_STREQ(test_data.input, file_spec2.GetFileName().c_str()); in TEST()
33 WideString GetFileName() const;
98 WideString CPDF_FileSpec::GetFileName() const { in GetFileName() function in CPDF_FileSpec
83 return CPDF_FileSpec(pFile).GetFileName(); in GetFilePath()
68 Status GetFileName(string base_name, string* fname) { in GetFileName() function84 Status status = GetFileName(base_name, &fname); in DumpColocationGraph()
141 return Utf16EncodeMaybeCopyAndReturnLength(CPDF_FileSpec(pFile).GetFileName(), in FPDFAttachment_GetName()
525 std::string GetFileName(int sample_rate) { in GetFileName() function in webrtc::AudioDeviceTest934 std::string file_name = GetFileName(playout_sample_rate()); in TEST_F()
540 std::string GetFileName(int sample_rate) { in GetFileName() function in webrtc::jni::AudioDeviceTest935 std::string file_name = GetFileName(playout_sample_rate()); in TEST_F()