Searched refs:swap_file_path (Results 1 – 1 of 1) sorted by relevance
1093 std::string swap_file_path = ART_FORMAT("{}.swap", artifacts_path.oat_path); in dexopt() local1095 OR_RETURN_NON_FATAL(NewFile::Create(swap_file_path, FsPermission{.uid = -1, .gid = -1})); in dexopt()