Home
last modified time | relevance | path

Searched refs:existing_file (Results 1 – 3 of 3) 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/timezone/
Dupdate-tzdata.py230 for existing_file in existing_files:
231 os.remove(existing_file)
/system/update_engine/payload_consumer/
Ddelta_performer_unittest.cc1081 string existing_file = temp_dir.GetPath().Append("existing").value(); in TEST_F() local
1083 ASSERT_TRUE(test_utils::WriteFileString(existing_file, kExistingKey)); in TEST_F()
1104 performer_.public_key_path_ = existing_file; in TEST_F()
1126 performer_.public_key_path_ = existing_file; in TEST_F()