HomeSort by relevance Sort by last modified time
    Searched refs:BaseName (Results 1 - 25 of 63) sorted by null

1 2 3

  /external/chromium/chrome/browser/
browsing_data_indexed_db_helper_browsertest.cc 50 EXPECT_EQ(FilePath(file1).value(), result[0].file_path.BaseName().value());
51 EXPECT_EQ(FilePath(file2).value(), result[1].file_path.BaseName().value());
73 EXPECT_EQ(FilePath(file).value(), result[0].file_path.BaseName().value());
browsing_data_local_storage_helper_browsertest.cc 131 ASSERT_FALSE(FilePath(kTestFile0) == file_path.BaseName());
159 EXPECT_EQ(FilePath(file1).value(), result[0].file_path.BaseName().value());
160 EXPECT_EQ(FilePath(file2).value(), result[1].file_path.BaseName().value());
181 EXPECT_EQ(FilePath(file).value(), result[0].file_path.BaseName().value());
shell_integration_linux.cc 104 std::string icon_name = temp_file_path.BaseName().RemoveExtension().value();
115 DCHECK_EQ(shortcut_filename.BaseName().value(), shortcut_filename.value());
356 return FilePath(alternative_filepath).BaseName();
shell_integration_win.cc 51 profile_path.BaseName().value() ==
57 std::wstring basenames = profile_path.DirName().BaseName().value() +
58 L"." + profile_path.BaseName().value();
spellcheck_host_impl.cc 69 return dict_dir.Append(first_choice.BaseName());
227 std::string bdict_file = bdict_file_path_.BaseName().MaybeAsASCII();
  /external/chromium/chrome/browser/chromeos/login/
login_browsertest.cc 84 EXPECT_EQ("user", profile->GetPath().BaseName().value());
91 EXPECT_EQ("Default", profile->GetPath().BaseName().value());
parallel_authenticator_unittest.cc 248 ReadLocalaccountFile(auth_.get(), tmp_file_path.BaseName().value());
257 ReadLocalaccountFile(auth_.get(), tmp_file_path.BaseName().value());
266 ReadLocalaccountFile(auth_.get(), tmp_file_path.BaseName().value());
679 ReadLocalaccountFile(auth_.get(), tmp_file_path.BaseName().value());
720 ReadLocalaccountFile(auth_.get(), tmp_file_path.BaseName().value());
  /external/chromium/chrome/browser/parsers/
metadata_parser_filebase.cc 25 value = WideToUTF8(path_.BaseName().value());
28 properties_[MetadataParser::kPropertyTitle] = path_.BaseName().value();
metadata_parser_filebase_unittest.cc 35 return test_file_.BaseName().value();
37 return WideToASCII(test_file_.BaseName().value());
  /external/llvm/lib/ExecutionEngine/OProfileJIT/
OProfileWrapper.cpp 138 char* BaseName = 0;
156 BaseName = ExeName + Idx + 1;
163 if (BaseName != 0 && !strcmp("oprofiled", BaseName)) {
  /external/chromium/chrome/browser/autofill/
data_driven_test.cc 46 SCOPED_TRACE(input_file.BaseName().value());
55 input_file.BaseName().StripTrailingSeparators().ReplaceExtension(
  /external/chromium/net/disk_cache/
cache_util_posix.cc 32 FilePath destination = to_path.Append(name.BaseName());
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.cpp 104 StringRef BaseName = F->getName();
105 if (BaseName[0] == '\1')
106 return (void*)Dyld.getSymbolAddress(BaseName.substr(1));
108 + BaseName).str());
  /external/clang/utils/TableGen/
ClangASTNodesEmitter.cpp 28 std::string BaseName = macroName(Base->getName());
45 << BaseName << "(Type, Base)\n";
50 << R->getName() << ", " << baseName(*Base) << "))\n";
53 << baseName(*Base) << ")\n";
  /external/chromium/chrome/browser/download/
save_item.cc 118 file_name_ = full_path_.BaseName();
download_item.h 294 return target_name_ != full_path_.BaseName();
download_item.cc 594 target_name_ = full_path_.BaseName();
618 target_name_ = full_path_.BaseName();
  /external/chromium/base/
file_util.cc 51 FilePath::StringType file_name = path.BaseName().value();
196 return FILE_PATH_LITERAL(".") == path.BaseName().value();
200 return FILE_PATH_LITERAL("..") == path.BaseName().value();
406 FilePath::StringType basename = path.BaseName().value(); local
file_path.h 40 // final path component (BaseName), and appending a relative pathname string
183 // and BaseName().value() on each child component.
213 // this is the only situation in which BaseName will return an absolute path.
214 FilePath BaseName() const;
232 // extension. Returns "" if BaseName() == "." or "..".
244 // Returns "" if BaseName() == "." or "..".
  /external/llvm/lib/Transforms/Utils/
SSAUpdater.cpp 361 SSAUpdater &S, StringRef BaseName) : SSA(S) {
370 if (BaseName.empty())
371 BaseName = SomeVal->getName();
372 SSA.Initialize(SomeVal->getType(), BaseName);
  /external/chromium/base/files/
file_path_watcher_win.cc 241 child_dirs.push_back(watched_path.BaseName());
  /external/chromium/chrome/browser/chromeos/
plugin_selection_policy.cc 145 string name = path.BaseName().value();
  /external/chromium/chrome/browser/extensions/
extension_protocols.cc 143 FilePath relative_path = directory_path.BaseName().Append(
  /external/chromium/chrome/common/extensions/
extension_file_util.cc 323 FilePath basename = extension_path.BaseName(); local
324 if (IsStringASCII(basename.value())) {
325 extension_id = UTF16ToASCII(basename.LossyDisplayName());
333 "directory: " << basename.value();
361 if (version_dir.BaseName() != iter->second.BaseName()) {
505 FilePath::StringType filename = file.BaseName().value();
  /external/chromium/chrome/common/
zip_unittest.cc 74 if (expect_hidden_files || iter->BaseName().value()[0] != '.')

Completed in 331 milliseconds

1 2 3