Home
last modified time | relevance | path

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

/aosp12/system/apex/apexd/
H A Dapex_file_repository_test.cpp295 auto active_path = StringPrintf("%s/%s", active_dir.path, filename.c_str()); in TEST() local
297 fs::create_hard_link(decompressed_path, active_path, ec); in TEST()
299 auto active_apex = ApexFile::Open(active_path); in TEST()