Searched refs:abs_path (Results 1 - 2 of 2) sorted by relevance

/system/update_engine/payload_consumer/
H A Dpostinstall_runner_action.cc141 string abs_path = local
144 abs_path, fs_mount_dir_, base::CompareCase::SENSITIVE)) {
172 << abs_path << ") installed on device " << partition.target_path
179 << " is: " << utils::GetFileFormat(abs_path);
183 vector<string> command = {abs_path};
/system/core/libziparchive/
H A Dzip_archive_test.cc63 const std::string abs_path = test_data_dir + "/" + name; local
64 return OpenArchive(abs_path.c_str(), handle);

Completed in 63 milliseconds