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

  /system/ca-certificates/google/
extract_from_pem.py 37 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))
  /external/autotest/server/
server_job_unittest.py 22 existing_file = server_job.__file__
31 server_job.__file__ = existing_file
  /system/timezone/
update-tzdata.py 200 for existing_file in existing_files:
201 os.remove(existing_file)
  /system/update_engine/payload_consumer/
delta_performer_unittest.cc 844 string existing_file = temp_dir.GetPath().Append("existing").value(); local
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor.cc 3805 const FileDescriptor* existing_file = tables_->FindFile(filename_); local
    [all...]

Completed in 113 milliseconds