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

  /system/update_engine/
hardware_chromeos_unittest.cc 40 base::FilePath kFile(root_dir_.GetPath().value() + kStatefulPartition +
42 ASSERT_TRUE(base::CreateDirectory(kFile.DirName()));
43 ASSERT_TRUE(WriteFileString(kFile.value(), config));
47 base::FilePath kFile(root_dir_.GetPath().value() +
49 ASSERT_TRUE(base::CreateDirectory(kFile.DirName()));
50 ASSERT_TRUE(WriteFileString(kFile.value(), config));
  /external/libchrome/base/
tracked_objects_unittest.cc 23 const char kFile[] = "FixedUnitTestFileName";
92 EXPECT_EQ(kFile, process_data_phase.tasks[0].birth.location.file_name);
191 Location location(kFunction, kFile, kLineNumber, NULL);
243 EXPECT_EQ(kFile, process_data_phase.tasks[0].birth.location.file_name);
525 Location location(kFunction, kFile, kLineNumber, NULL);
547 Location location(kFunction, kFile, kLineNumber, NULL);
568 Location location(kFunction, kFile, kLineNumber, NULL);
581 Location location(kFunction, kFile, kLineNumber, NULL);
594 Location location(kFunction, kFile, kLineNumber, NULL);
623 Location location(kFunction, kFile, kLineNumber, NULL)
    [all...]
  /frameworks/base/tools/aapt2/util/
Files.cpp 237 const char kFile[] = "file";
254 if (strncasecmp(token_str, kFile, sizeof(kFile)) == 0) {
258 token_str += sizeof(kFile);
  /device/google/cuttlefish_common/host/libs/vm_manager/
libvirt_manager.cpp 71 kFile,
141 case DeviceSourceType::kFile:
164 if (type == DeviceSourceType::kFile) {
304 ConfigureVirtioChannel(devices, 1, "cf-logcat", DeviceSourceType::kFile,
  /external/libvpx/libvpx/
webmenc.cc 30 segment->set_mode(mkvmuxer::Segment::kFile);
  /external/libbrillo/brillo/http/
http_form_data_unittest.cc 163 "", filename1, content_disposition::kFile, mime::text::kPlain, nullptr));
166 content_disposition::kFile,
http_form_data.h 23 BRILLO_EXPORT extern const char kFile[];
http_form_data.cc 29 const char content_disposition::kFile[] = "file";
  /external/swiftshader/src/OpenGL/compiler/preprocessor/
MacroExpander.cpp 315 const char kFile[] = "__FILE__";
323 else if (macro.name == kFile)
  /art/runtime/
trace.h 104 kFile,
runtime.cc     [all...]
  /art/runtime/native/
dalvik_system_VMDebug.cc 120 : Trace::TraceOutputMode::kFile;
133 Trace::Start(traceFilename.c_str(), -1, bufferSize, flags, Trace::TraceOutputMode::kFile,
  /external/skia/tools/bookmaker/
spellCheck.cpp 185 case MarkType::kFile:
bookmaker.h 105 kFile,
    [all...]
bookmaker.cpp 376 case MarkType::kFile:
    [all...]
mdOut.cpp 881 case MarkType::kFile:
    [all...]
  /external/skqp/tools/bookmaker/
spellCheck.cpp 196 case MarkType::kFile:
bookmaker.h 105 kFile,
1242 , { "File", nullptr, MarkType::kFile, R_N, E_N, M(Track) }
    [all...]
bookmaker.cpp 349 case MarkType::kFile:
    [all...]
mdOut.cpp 869 case MarkType::kFile:
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
mkvmuxer.h     [all...]
mkvmuxer.cc     [all...]
  /frameworks/av/media/libstagefright/foundation/tests/
Flagged_test.cpp 168 kFile,
  /frameworks/base/tools/aapt2/format/proto/
ProtoDeserialize.cpp 860 case pb::Item::kFile: {
    [all...]

Completed in 407 milliseconds