Searched refs:flag_file (Results 1 – 9 of 9) sorted by relevance
/external/libchrome/base/test/launcher/ |
D | unit_test_launcher.cc | 140 const base::FilePath& flag_file) override { in GetCommandLineForChildGTestProcess() argument 143 CHECK(base::PathExists(flag_file)); in GetCommandLineForChildGTestProcess() 149 WriteFile(flag_file, long_flags.data(), in GetCommandLineForChildGTestProcess() 153 new_cmd_line.AppendSwitchPath(kGTestFlagfileFlag, flag_file); in GetCommandLineForChildGTestProcess() 425 const FilePath& flag_file() { return flag_file_; } in flag_file() function in base::__anonc8e4651a0111::UnitTestProcessLifetimeObserver 433 const FilePath& flag_file) in UnitTestProcessLifetimeObserver() argument 440 flag_file_(flag_file) {} in UnitTestProcessLifetimeObserver() 464 const FilePath& flag_file) in ParallelUnitTestProcessLifetimeObserver() argument 470 flag_file) {} in ParallelUnitTestProcessLifetimeObserver() 500 if (!flag_file().empty()) in OnCompleted() [all …]
|
D | unit_test_launcher.h | 74 const base::FilePath& flag_file) = 0;
|
/external/libyuv/files/ |
D | sync_chromium.py | 72 flag_file = os.path.join(opts.chromium_dir, '.last_sync_chromium') 79 os.path.exists(flag_file)): 80 with open(flag_file, 'r') as f: 84 os.unlink(flag_file) 147 with open(flag_file, 'wb') as f:
|
/external/webrtc/third_party/abseil-cpp/absl/flags/ |
D | parse.cc | 155 std::ifstream flag_file(flag_file_name); in ReadFromFlagfile() local 157 if (!flag_file) { in ReadFromFlagfile() 171 while (std::getline(flag_file, line)) { in ReadFromFlagfile()
|
/external/abseil-cpp/absl/flags/ |
D | parse.cc | 155 std::ifstream flag_file(flag_file_name); in ReadFromFlagfile() local 157 if (!flag_file) { in ReadFromFlagfile() 171 while (std::getline(flag_file, line)) { in ReadFromFlagfile()
|
/external/libtextclassifier/abseil-cpp/absl/flags/ |
D | parse.cc | 173 std::ifstream flag_file(flag_file_name); in ReadFromFlagfile() local 175 if (!flag_file) { in ReadFromFlagfile() 189 while (std::getline(flag_file, line)) { in ReadFromFlagfile()
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/flags/ |
D | parse.cc | 173 std::ifstream flag_file(flag_file_name); in ReadFromFlagfile() local 175 if (!flag_file) { in ReadFromFlagfile() 189 while (std::getline(flag_file, line)) { in ReadFromFlagfile()
|
/external/openscreen/third_party/abseil/src/absl/flags/ |
D | parse.cc | 173 std::ifstream flag_file(flag_file_name); in ReadFromFlagfile() local 175 if (!flag_file) { in ReadFromFlagfile() 189 while (std::getline(flag_file, line)) { in ReadFromFlagfile()
|
/external/angle/third_party/abseil-cpp/absl/flags/ |
D | parse.cc | 173 std::ifstream flag_file(flag_file_name); in ReadFromFlagfile() local 175 if (!flag_file) { in ReadFromFlagfile() 189 while (std::getline(flag_file, line)) { in ReadFromFlagfile()
|