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

  /external/chromium/third_party/libjingle/source/talk/base/
fileutils.cc 80 directory_ = dir.pathname();
91 dir_ = ::opendir(directory_.c_str());
98 if (::stat(std::string(directory_ + Name()).c_str(), &stat_) != 0)
114 return ::stat(std::string(directory_ + Name()).c_str(), &stat_) == 0;
fileutils.h 96 std::string directory_; member in class:talk_base::DirectoryIterator
  /external/protobuf/src/google/protobuf/compiler/
command_line_interface.cc 270 MemoryOutputDirectory* directory_; member in class:google::protobuf::compiler::CommandLineInterface::MemoryOutputStream
431 : directory_(directory),
439 : directory_(directory),
450 string** map_slot = &directory_->files_[filename_];
456 directory_->had_error_ = true;
474 directory_->had_error_ = true;
487 directory_->had_error_ = true;
    [all...]
  /external/chromium/chrome/browser/sync/syncable/
syncable.cc     [all...]
syncable.h 1103 Directory* const directory_; member in class:syncable::BaseTransaction
    [all...]

Completed in 63 milliseconds