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

  /system/update_engine/
hardware_chromeos_unittest.cc 40 base::FilePath kFile(root_dir_.path().value() + kStatefulPartition +
42 ASSERT_TRUE(base::CreateDirectory(kFile.DirName()));
43 ASSERT_TRUE(WriteFileString(kFile.value(), config));
47 base::FilePath kFile(root_dir_.path().value() + "/etc/update_manager.conf");
48 ASSERT_TRUE(base::CreateDirectory(kFile.DirName()));
49 ASSERT_TRUE(WriteFileString(kFile.value(), config));
  /external/libchrome/base/
tracked_objects_unittest.cc 20 const char kFile[] = "FixedUnitTestFileName";
82 EXPECT_EQ(kFile, process_data_phase.tasks[0].birth.location.file_name);
169 Location location(kFunction, kFile, kLineNumber, NULL);
221 EXPECT_EQ(kFile, process_data_phase.tasks[0].birth.location.file_name);
380 Location location(kFunction, kFile, kLineNumber, NULL);
402 Location location(kFunction, kFile, kLineNumber, NULL);
423 Location location(kFunction, kFile, kLineNumber, NULL);
436 Location location(kFunction, kFile, kLineNumber, NULL);
449 Location location(kFunction, kFile, kLineNumber, NULL);
478 Location location(kFunction, kFile, kLineNumber, NULL)
    [all...]
  /frameworks/base/tools/aapt2/util/
Files.cpp 214 const char kFile[] = "file";
231 if (strncasecmp(token_str, kFile, sizeof(kFile)) == 0) {
235 token_str += sizeof(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 246 static const std::string kFile = "__FILE__";
256 else if (macro.name == kFile)
  /art/runtime/native/
dalvik_system_VMDebug.cc 117 : Trace::TraceOutputMode::kFile;
130 Trace::Start(traceFilename.c_str(), -1, bufferSize, flags, Trace::TraceOutputMode::kFile,
  /art/runtime/
trace.h 103 kFile,
runtime.cc     [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,

Completed in 289 milliseconds