HomeSort by relevance Sort by last modified time
    Searched refs:full_path_ (Results 1 - 19 of 19) sorted by null

  /external/chromium_org/content/browser/download/
base_file_mac.cc 16 AddQuarantineMetadataToFile(full_path_, source_url_, referrer_url_);
17 AddOriginMetadataToFile(full_path_, source_url_, referrer_url_);
base_file_linux.cc 16 AddOriginMetadataToFile(full_path_, source_url_, referrer_url_);
base_file.cc 36 : full_path_(full_path),
70 if (full_path_.empty()) {
85 full_path_ = temp_file;
145 if (new_path == full_path_)
154 base::Bind(&FileRenamedNetLogCallback, &full_path_, &new_path));
163 full_path_ = new_path;
186 if (!full_path_.empty()) {
188 base::DeleteFile(full_path_, false);
241 " full_path_ = \"%" PRFilePath "\""
245 full_path_.value().c_str()
    [all...]
base_file_posix.cc 32 if (!base::Move(full_path_, new_path))
save_item.h 59 const base::FilePath& full_path() const { return full_path_; }
81 base::FilePath full_path_; member in class:content::SaveItem
base_file.h 82 base::FilePath full_path() const { return full_path_; }
140 base::FilePath full_path_; member in class:content::BaseFile
save_item.cc 118 full_path_ = full_path;
119 file_name_ = full_path_.BaseName();
base_file_win.cc 300 base::FilePath::StringType source = full_path_.value();
341 HRESULT hr = AVScanFile(full_path_, source_url_.spec(), guid);
354 if (!base::PathExists(full_path_)) {
  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_search_path_list.cpp 17 full_path_.Resize(0);
65 full_path_.Assign(item, item_end - item);
68 if (full_path_.size() > 0 && full_path_[full_path_.size() - 1] != '/')
69 full_path_ += '/';
71 full_path_ += file_name;
73 if (PathIsFile(full_path_.c_str())) {
74 LOG(" FOUND %s\n", full_path_.c_str());
75 return full_path_.c_str()
    [all...]
crazy_linker_search_path_list.h 18 SearchPathList() : list_(), env_list_(), full_path_() {}
44 String full_path_; member in class:crazy::SearchPathList
crazy_linker_shared_library.cpp 169 if (full_path_len >= sizeof(full_path_)) {
174 strlcpy(full_path_, full_path, sizeof(full_path_));
175 base_name_ = GetBaseNamePtr(full_path_);
182 if (!loader.LoadAt(full_path_, file_offset, load_address, error)) {
415 full_path_,
crazy_linker_shared_library.h 203 char full_path_[512]; member in class:crazy::SharedLibrary
  /ndk/sources/android/crazy_linker/src/
crazy_linker_search_path_list.cpp 17 full_path_.Resize(0);
65 full_path_.Assign(item, item_end - item);
68 if (full_path_.size() > 0 && full_path_[full_path_.size() - 1] != '/')
69 full_path_ += '/';
71 full_path_ += file_name;
73 if (PathIsFile(full_path_.c_str())) {
74 LOG(" FOUND %s\n", full_path_.c_str());
75 return full_path_.c_str()
    [all...]
crazy_linker_search_path_list.h 18 SearchPathList() : list_(), env_list_(), full_path_() {}
44 String full_path_; member in class:crazy::SearchPathList
crazy_linker_shared_library.cpp 169 if (full_path_len >= sizeof(full_path_)) {
174 strlcpy(full_path_, full_path, sizeof(full_path_));
175 base_name_ = GetBaseNamePtr(full_path_);
182 if (!loader.LoadAt(full_path_, file_offset, load_address, error)) {
415 full_path_,
crazy_linker_shared_library.h 203 char full_path_[512]; member in class:crazy::SharedLibrary
  /external/chromium_org/chrome/browser/search_engines/
template_url_parser_unittest.cc 71 base::FilePath full_path_; member in class:TemplateURLParserTest
81 ASSERT_TRUE(PathService::Get(chrome::DIR_TEST_DATA, &full_path_));
82 full_path_ = full_path_.AppendASCII("osdd");
83 if (!base::PathExists(full_path_)) {
86 full_path_ = base::FilePath();
91 return full_path_.empty();
  /external/chromium_org/chrome/browser/local_discovery/storage/
privet_filesystem_operations.cc 114 full_path_(full_path),
156 attribute_cache_->AddFileInfoFromJSON(full_path_, value);
220 full_path_(full_path),
233 const base::File::Info* info = attribute_cache_->GetFileInfo(full_path_);
263 attribute_cache_->AddFileInfoFromJSON(full_path_, value);
264 const base::File::Info* info = attribute_cache_->GetFileInfo(full_path_);
privet_filesystem_operations.h 134 base::FilePath full_path_; member in class:local_discovery::PrivetFileSystemListOperation
166 base::FilePath full_path_; member in class:local_discovery::PrivetFileSystemDetailsOperation

Completed in 134 milliseconds