Home
last modified time | relevance | path

Searched refs:unsquash_dir (Results 1 – 1 of 1) sorted by relevance

/system/update_engine/payload_generator/
Dsquashfs_filesystem.cc97 ScopedTempDir unsquash_dir; in GetUpdateEngineConfig() local
98 if (!unsquash_dir.CreateUniqueTempDir()) { in GetUpdateEngineConfig()
109 unsquash_dir.GetPath().value(), in GetUpdateEngineConfig()
121 auto config_path = unsquash_dir.GetPath().Append(kUpdateEngineConf); in GetUpdateEngineConfig()