Home
last modified time | relevance | path

Searched defs:work_dir (Results 1 – 7 of 7) sorted by relevance

/aosp12/bootable/recovery/updater/include/updater/
H A Dbuild_info.h46 BuildInfo(const std::string_view work_dir, bool keep_images) in BuildInfo()
/aosp12/system/apex/tools/
H A Dapex_compression_tool.py70 def RunCompress(args, work_dir): argument
/aosp12/bootable/recovery/updater/
H A Dupdate_simulator_main.cpp61 std::string work_dir; in main() local
H A Dtarget_files.cpp240 const std::string_view work_dir, TemporaryFile* image_file) const { in ExtractImage() argument
/aosp12/system/apex/apexer/
H A Dapexer.py442 def CreateApex(args, work_dir): argument
/aosp12/bootable/recovery/tests/unit/host/
H A Dupdate_simulator_test.cpp95 TemporaryDir work_dir; in RunSimulation() local
/aosp12/build/make/tools/
H A Dcompare_builds.py372 def RunBuild(work_dir, out_dir, target, hide_build_output): argument