Home
last modified time | relevance | path

Searched refs:kFile (Results 1 – 11 of 11) sorted by relevance

/aosp12/system/update_engine/cros/
H A Dhardware_chromeos_unittest.cc40 base::FilePath kFile(root_dir_.GetPath().value() + kStatefulPartition + in WriteStatefulConfig() local
42 ASSERT_TRUE(base::CreateDirectory(kFile.DirName())); in WriteStatefulConfig()
43 ASSERT_TRUE(WriteFileString(kFile.value(), config)); in WriteStatefulConfig()
47 base::FilePath kFile(root_dir_.GetPath().value() + in WriteRootfsConfig() local
49 ASSERT_TRUE(base::CreateDirectory(kFile.DirName())); in WriteRootfsConfig()
50 ASSERT_TRUE(WriteFileString(kFile.value(), config)); in WriteRootfsConfig()
/aosp12/system/libvintf/test/
H A DAssembleVintfTest.cpp537 const std::string kFile = "file_name_1.xml"; in TEST_F() local
540 addInput(kFile, kMatrix); in TEST_F()
542 EXPECT_IN(kFile, getOutput()); in TEST_F()
546 const std::string kFile = "file_name_1.xml"; in TEST_F() local
548 addInput(kFile, kManifest); in TEST_F()
550 EXPECT_IN(kFile, getOutput()); in TEST_F()
/aosp12/frameworks/base/tools/aapt2/util/
H A DFiles.cpp293 const char kFile[] = "file"; in operator ()() local
310 if (strncasecmp(token_str, kFile, sizeof(kFile)) == 0) { in operator ()()
314 token_str += sizeof(kFile); in operator ()()
/aosp12/bootable/recovery/install/include/install/
H A Dpackage.h33 kFile, enumerator
/aosp12/art/runtime/native/
H A Ddalvik_system_VMDebug.cc132 : Trace::TraceOutputMode::kFile; in VMDebug_startMethodTracingFd()
151 Trace::TraceOutputMode::kFile, in VMDebug_startMethodTracingFilename()
/aosp12/bootable/recovery/install/
H A Dpackage.cpp94 return PackageType::kFile; in GetType()
H A Dinstall.cpp359 CHECK(package->GetType() == PackageType::kFile); in TryUpdateBinary()
/aosp12/art/runtime/
H A Dtrace.h114 kFile, enumerator
H A Druntime.cc1838 Trace::TraceOutputMode::kFile; in Init()
/aosp12/frameworks/av/media/libstagefright/foundation/tests/
H A DFlagged_test.cpp168 kFile, in TEST_F() enumerator
/aosp12/frameworks/base/tools/aapt2/format/proto/
H A DProtoDeserialize.cpp981 case pb::Item::kFile: { in DeserializeItemFromPb()