Searched refs:out_file_name (Results 1 – 4 of 4) sorted by relevance
/aosp12/system/update_engine/scripts/update_payload/ |
H A D | applier.py | 444 out_file_name = out_file.name 448 bspatch_cmd = [self.bspatch_path, in_file_name, out_file_name, 456 "--dst_file=%s" % out_file_name, 463 with open(out_file_name, 'rb') as out_file: 479 os.remove(out_file_name)
|
/aosp12/art/tools/runtime_memusage/ |
H A D | symbol_trace_info.py | 270 out_file_name = os.path.join(parsed_argv.out_dir_name, "time_output_" + 273 with open(out_file_name, "w") as output_file:
|
/aosp12/frameworks/native/cmds/installd/ |
H A D | utils.cpp | 290 std::string* out_dir_name, std::string* out_file_name) { in get_secondary_dex_location() argument 299 *out_file_name = dex_path.substr(dirIndex + 1); in get_secondary_dex_location()
|
H A D | dexopt.cpp | 688 std::string out_file_name = StringPrintf("/data/misc/profman/%s-%s.txt", in dump_profiles() local 702 unique_fd output_fd(open(out_file_name.c_str(), in dump_profiles() 705 LOG(ERROR) << "installd cannot chmod file for dump_profile" << out_file_name; in dump_profiles()
|