Searched refs:intermediate_path (Results 1 – 1 of 1) sorted by relevance
362 std::string intermediate_path = apex_path + ".intermediate"; in WriteBlockApex() local363 std::filesystem::copy(apex_file, intermediate_path); in WriteBlockApex()364 return MountViaLoopDevice(intermediate_path, apex_path); in WriteBlockApex()