Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapex_file.cpp405 const std::string& src_path = GetPath(); in Decompress() local
407 LOG(INFO) << "Decompressing" << src_path << " to " << dest_path; in Decompress()
415 unique_fd src_fd(open(src_path.c_str(), O_RDONLY | O_CLOEXEC)); in Decompress()
422 int ret = OpenArchiveFd(src_fd.get(), src_path.c_str(), &handle, false); in Decompress()
424 return Error() << "Failed to open package " << src_path << ": " in Decompress()
435 << "\" in package " << src_path << ": " in Decompress()
460 LOG(VERBOSE) << "Decompressed " << src_path << " to " << dest_path; in Decompress()
/system/extras/simpleperf/scripts/test/
Ddo_test.py153 for src_path in source_dir.iterdir():
154 dest_path = testdata_dir / src_path.name
157 if src_path.is_file():
158 shutil.copyfile(src_path, dest_path)
159 elif src_path.is_dir():
160 shutil.copytree(src_path, dest_path)
/system/teeui/test/example_config/
DREADME90 atest --test-mapping [src_path]:all