Home
last modified time | relevance | path

Searched refs:existing_file (Results 1 – 2 of 2) sorted by relevance

/system/ca-certificates/google/
Dextract_from_pem.py37 with open(file_path) as existing_file:
38 if content == existing_file.read():
71 for existing_file in os.listdir(args.output_dir):
72 os.remove(os.path.join(args.output_dir, existing_file))
/system/update_engine/payload_consumer/
Ddelta_performer_unittest.cc756 string existing_file = temp_dir + "/existing"; in TEST_F() local
757 EXPECT_EQ(0, System(base::StringPrintf("touch %s", existing_file.c_str()))); in TEST_F()
772 performer_.public_key_path_ = existing_file; in TEST_F()
790 performer_.public_key_path_ = existing_file; in TEST_F()