HomeSort by relevance Sort by last modified time
    Searched defs:path_ (Results 1 - 16 of 16) sorted by null

  /external/chromium/base/
scoped_temp_dir.h 21 // Recursively delete path_
36 const FilePath& path() const { return path_; }
38 // Returns true if path_ is non-empty and exists.
42 FilePath path_; member in class:ScopedTempDir
directory_watcher_win.cc 31 FilePath path_; member in class:__anon2143::DirectoryWatcherImpl
50 DCHECK(path_.value().empty()); // Can only watch one path.
61 path_ = path;
72 delegate_->OnDirectoryChanged(path_);
directory_watcher_mac.cc 23 if (!path_.value().empty()) {
34 DCHECK(!path_.value().empty());
39 if (absolute_event_path != path_)
42 delegate_->OnDirectoryChanged(path_);
50 FilePath path_; member in class:__anon2140::DirectoryWatcherImpl
77 DCHECK(path_.value().empty()); // Can only watch one path.
84 path_ = path;
85 if (!file_util::AbsolutePath(&path_)) {
86 path_ = FilePath(); // Make sure we're marked as not-in-use.
file_path.h 154 FilePath(const FilePath& that) : path_(that.path_) {}
155 explicit FilePath(const StringType& path) : path_(path) {}
158 path_ = that.path_;
168 return path_ < that.path_;
171 const StringType& value() const { return path_; }
173 bool empty() const { return path_.empty(); }
346 StringType path_; member in class:FilePath
    [all...]
directory_watcher_inotify.cc 150 path_(path) {
154 file_util::FileEnumerator dir_list(path_, true,
168 FilePath path_; member in class:__anon2139::RegisterSubtreeWatchesTask
178 path_(path) {
182 delegate_->OnDirectoryChanged(path_);
187 FilePath path_; member in class:__anon2139::DirectoryWatcherImplNotifyTask
  /external/chromium/net/disk_cache/
block_files.h 25 : init_(false), zero_buffer_(NULL), path_(path) {}
77 FilePath path_; // Path to the backing folder. member in class:disk_cache::BlockFiles
disk_cache_test_util.h 44 FilePath path() const { return path_; }
47 const FilePath path_; // Path to the cache test folder. member in class:ScopedTestCache
backend_impl.h 39 : path_(path), block_files_(path), mask_(0), max_size_(0),
46 : path_(path), block_files_(path), mask_(mask), max_size_(0),
279 FilePath path_; // Path to the folder used as backing storage. member in class:disk_cache::BackendImpl
backend_impl.cc 79 : path_(path), name_(name) {}
84 FilePath path_; member in class:__anon2406::CleanupTask
91 FilePath to_delete = GetPrefixedName(path_, name_, i);
508 DeleteCache(path_, false);
679 return path_.AppendASCII(tmp);
1046 file_util::CreateDirectory(path_);
1048 FilePath index_name = path_.AppendASCII(kIndexName);
1087 int64 available = base::SysInfo::AmountOfFreeDiskSpace(path_);
1118 DelayedCacheCleanup(path_);
    [all...]
  /external/chromium/net/tools/dump_cache/
cache_dumper.h 59 DiskDumper(const std::wstring& path) : path_(path), entry_(NULL) {
69 std::wstring path_; member in class:DiskDumper
dump_files.cc 109 : path_(path),
125 std::wstring path_; member in class:__anon2650::CacheDumper
140 std::wstring index_name(path_);
upgrade.cc 204 : BaseSM(channel), path_(path), dump_to_disk_(dump_to_disk) {
249 const std::wstring& path_; member in class:__anon2651::MasterSM
303 writer_ = new DiskDumper(path_);
305 cache_.reset(new disk_cache::BackendImpl(FilePath::FromWStringHack(path_)));
  /external/chromium/net/flip/
flip_stream.h 89 const std::string& path() const { return path_; }
90 void set_path(const std::string& path) { path_ = path; }
164 std::string path_; member in class:net::FlipStream
  /external/chromium/net/base/
cookie_monster.h 314 path_(path),
327 const std::string& Path() const { return path_; }
345 return name_ == ecc.Name() && path_ == ecc.Path();
358 std::string path_; member in class:net::CookieMonster::CanonicalCookie
sdch_manager.h 218 const std::string path_; member in class:SdchManager::Dictionary
  /external/v8/samples/
process.cc 508 virtual const string& Path() { return path_; }
513 string path_; member in class:StringHttpRequest
524 : path_(path),

Completed in 282 milliseconds