Home
last modified time | relevance | path

Searched refs:filenames (Results 1 – 7 of 7) sorted by relevance

/system/update_engine/payload_generator/
Dext2_filesystem_unittest.cc112 set<string> filenames; in TEST_F() local
120 filenames.insert(file.name); in TEST_F()
154 EXPECT_EQ(kExpectedFiles, filenames); in TEST_F()
/system/ca-certificates/
DREADME.cacerts1 The filenames in the cacerts directory are in the format of <hash>.<n>
/system/extras/simpleperf/scripts/
Ddebug_unwind_reporter.py318 filenames = []
354 filenames.append(m.group(1))
368 len(function_names) != n or len(filenames) != n or len(vaddr_in_files) != n or
372 record.callchain.append(CallChainNode(ips[j], sps[j], filenames[j], vaddr_in_files[j],
/system/core/fastboot/
Dfastboot.bash143 compopt +o filenames
/system/extras/verity/fec/
Dimage.cpp145 bool image_load(const std::vector<std::string>& filenames, image *ctx) in image_load() argument
158 for (const auto& fn : filenames) { in image_load()
/system/apex/apexer/
Dapexer.py113 for dirpath, _, filenames in os.walk(dir_name):
115 for f in filenames:
/system/core/adb/
Dadb.bash459 compopt +o filenames