/external/webrtc/webrtc/base/ |
optionsfile.cc | 21 OptionsFile::OptionsFile(const std::string &path) : path_(path) { 31 if (!stream.Open(path_, "r", &err)) { 49 LOG_F(LS_WARNING) << "Ignoring malformed line in " << path_; 68 if (!stream.Open(path_, "w", &err)) {
|
optionsfile.h | 44 std::string path_; member in class:rtc::OptionsFile
|
httpcommon.h | 219 path_.assign(1, static_cast<CTYPE>('/')); 255 path_.assign(1, static_cast<CTYPE>('/')); 258 path_ = val; 261 const string& path() const { return path_; } 280 string host_, path_, query_; member in class:rtc::Url
|
/system/extras/simpleperf/ |
dso.cpp | 139 : type_(type), path_(path), min_vaddr_(std::numeric_limits<uint64_t>::max()), is_loaded_(false) { 156 return symfs_dir_ + path_; 163 LOG(DEBUG) << "failed to load dso: " << path_; 204 if (std::get<0>(SplitUrlInApk(path_))) { 285 BuildId build_id = GetExpectedBuildId(path_); 287 symfs_dir_ + path_, build_id, 303 "/usr/lib/debug" + path_, build_id,
|
/external/google-breakpad/src/client/linux/handler/ |
minidump_descriptor.h | 119 string path_; member in class:google_breakpad::MinidumpDescriptor 120 // The C string of |path_|. Precomputed so it can be access from a compromised
|
/external/squashfs-tools/squashfs-tools/ |
unsquashfs_xattr.c | 31 #define lsetxattr(path_, name_, val_, sz_, flags_) \ 32 setxattr(path_, name_, val_, sz_, 0, flags_ | XATTR_NOFOLLOW)
|
/system/connectivity/shill/wimax/ |
wimax.h | 72 const RpcIdentifier& path() const { return path_; } 119 const RpcIdentifier path_; member in class:shill::WiMax
|
/system/update_engine/common/ |
test_utils.h | 173 EXPECT_TRUE(utils::MakeTempFile(pattern, &path_, nullptr)); 174 unlinker_.reset(new ScopedPathUnlinker(path_)); 177 const std::string& path() const { return path_; } 180 std::string path_; member in class:chromeos_update_engine::test_utils::ScopedTempFile
|
/external/libchrome/base/files/ |
important_file_writer.cc | 140 : path_(path), 171 auto task = Bind(&WriteScopedStringToFileAtomically, path_, Passed(&data)); 201 << path_.value();
|
file_path_watcher_kqueue.cc | 118 path_name = event_data->path_.value(); 139 uintptr_t have_access = FileDescriptorForPath(next_event_data->path_); 182 next_event->ident = FileDescriptorForPath(next_event_data->path_); 219 events_[valid].ident = FileDescriptorForPath(event_data->path_);
|
file_path_watcher_kqueue.h | 56 : path_(path), subdir_(subdir) { } 57 FilePath path_; // Full path to this item. member in class:base::FilePathWatcherKQueue::EventData
|
important_file_writer.h | 77 const FilePath& path() const { return path_; } 119 const FilePath path_; member in class:base::ImportantFileWriter
|
/system/connectivity/shill/cellular/ |
modem.cc | 56 path_(path), 66 LOG(INFO) << "Modem destructed: " << path_; 104 path_);
|
modem.h | 60 const std::string& path() const { return path_; } 125 const std::string path_; member in class:shill::Modem
|
modem_manager.h | 65 const std::string& path() const { return path_; } 102 const std::string path_; member in class:shill::ModemManager
|
/system/connectivity/shill/ |
json_store.cc | 333 : path_(path) { 334 CHECK(!path_.empty()); 339 return base::GetFileSize(path_, &file_size) && file_size != 0; 344 LOG(INFO) << "Creating a new key file at |" << path_.value() << "|."; 349 if (!base::ReadFileToString(path_, &json_string)) { 350 LOG(ERROR) << "Failed to read data from |" << path_.value() << "|."; 361 LOG(ERROR) << "Failed to parse JSON data from |" << path_.value() <<"|."; 457 if (!base::ImportantFileWriter::WriteFileAtomically(path_, json_string)) { 458 LOG(ERROR) << "Failed to write JSON file: |" << path_.value() << "|."; 466 LOG(INFO) << "In " << __func__ << " for " << path_.value() [all...] |
property_store_unittest.h | 197 const std::string& run_path() const { return path_; } 198 const std::string& storage_path() const { return path_; } 209 const std::string path_; member in class:shill::PropertyStoreTest
|
json_store.h | 103 // Tests which modify |path_|. 111 const base::FilePath path_; member in class:shill::JsonStore
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_symbolizer_win.cc | 181 SanitizerToolName, path_, GetLastError()); 189 SanitizerToolName, path_, GetLastError()); 195 GetArgV(path_, argv); 220 if (!CreateProcessA(path_, // Executable 230 SanitizerToolName, path_, GetLastError());
|
/external/google-breakpad/src/common/solaris/ |
file_id.h | 61 char path_[PATH_MAX]; member in class:google_breakpad::FileID
|
file_id.cc | 132 strcpy(path_, path); 145 if ((fd = open(path_, O_RDONLY)) < 0)
|
/external/libchrome/base/ |
critical_closure.h | 59 // MakeCriticalClosure(base::Bind(&WriteToDiskTask, path_, data)));
|
/external/libchrome/base/test/ |
test_file_util.h | 65 const FilePath path_; member in class:base::FilePermissionRestorer
|
/external/google-breakpad/src/common/linux/ |
file_id.cc | 51 FileID::FileID(const char* path) : path_(path) {} 152 MemoryMappedFile mapped_file(path_.c_str(), 0);
|
/pdk/util/ |
diff_products.py | 43 path_ = path.replace("$(SRC_TARGET_DIR)", "build/target") 44 path__ = path_.replace("$(LOCAL_PATH)", os.path.dirname(parentPath))
|