HomeSort by relevance Sort by last modified time
    Searched defs:abs_path (Results 1 - 5 of 5) sorted by null

  /system/update_engine/payload_consumer/
postinstall_runner_action.cc 126 string abs_path = local
129 abs_path, fs_mount_dir_, base::CompareCase::SENSITIVE)) {
157 << abs_path << ") installed on device " << partition.target_path
164 << " is: " << utils::GetFileFormat(abs_path);
168 vector<string> command = {abs_path};
  /tools/test/connectivity/acts/framework/acts/bin/
act.py 29 from acts.utils import abs_path namespace
171 configs[k_log_path] = abs_path(configs[k_log_path])
  /system/core/libziparchive/
zip_archive_test.cc 65 const std::string abs_path = test_data_dir + "/" + name; local
66 return OpenArchive(abs_path.c_str(), handle);
  /tools/test/connectivity/acts/framework/acts/
utils.py 94 def abs_path(path): function
112 full_path = abs_path(path)
186 p = abs_path(path)
215 path = abs_path(f_path)
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.httpclient_3.1.0.v201005080502.jar 

Completed in 372 milliseconds