Home
last modified time | relevance | path

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

/frameworks/base/tools/bit/
Dmain.cpp749 string deviceTargetPath = buildOut + "/target/product/" + buildDevice; in run_phases() local
750 string systemPath = deviceTargetPath + "/system/"; in run_phases()
751 string dataPath = deviceTargetPath + "/data/"; in run_phases()
752 string testPath = deviceTargetPath + "/testcases/"; in run_phases()
784 string installedPath(file.c_str() + deviceTargetPath.length()); in run_phases()
957 string installedPath(filename.c_str() + deviceTargetPath.length()); in run_phases()