Searched refs:file_prefix (Results 1 – 5 of 5) sorted by relevance
/aosp12/system/timezone/ |
H A D | download-iana-files.py | 54 def FindLatestRemoteTar(ftp, file_prefix): argument 62 if filename.startswith(file_prefix) and filename.endswith('.tar.gz'): 77 for file_prefix in file_prefixes: 78 latest_iana_tar_filename = FindLatestRemoteTar(ftp, file_prefix) 79 local_iana_tar_file = tzdatautil.GetIanaTarFile(local_dir, file_prefix) 88 print 'Found new %s* file for %s: %s' % (file_prefix, local_dir, latest_iana_tar_filename)
|
H A D | tzdatautil.py | 23 def GetIanaTarFile(dir_name, file_prefix): argument 26 if filename.startswith(file_prefix) and filename.endswith('.tar.gz'): 34 print('Multiple %s files found unexpectedly %s' % (file_prefix, matching_files))
|
/aosp12/system/update_engine/stable/ |
H A D | update_engine_stable_client.cc | 121 std::string file_prefix = "file://"; in Run() local 122 if (android::base::StartsWith(FLAGS_payload, file_prefix)) { in Run() 123 payload_path = FLAGS_payload.data() + file_prefix.length(); in Run()
|
/aosp12/system/bt/tools/scripts/ |
H A D | dump_hearingaid_audio.py | 358 file_prefix = "debug_ver_" + data[DEBUG_VERSION] + "-" 359 debug_file_name = os.path.join(folder, file_prefix + "-".join(file_name_list) + ".txt") 363 file_prefix = "debug_ver_" + data[DEBUG_VERSION] + "-" 364 debug_file_name = file_prefix + "-".join(file_name_list) + ".txt"
|
/aosp12/frameworks/native/cmds/dumpstate/ |
H A D | dumpstate.cpp | 376 const std::string& file_prefix, in GetDumpFds() argument 395 if (base_name.find(file_prefix) != 0) { in GetDumpFds()
|