Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tools/bit/
H A Dmain.cpp713 string deviceTargetPath = buildOut + "/target/product/" + buildDevice; in run_phases() local
714 string systemPath = deviceTargetPath + "/system/"; in run_phases()
715 string dataPath = deviceTargetPath + "/data/"; in run_phases()
716 string testPath = deviceTargetPath + "/testcases/"; in run_phases()
748 string installedPath(file.c_str() + deviceTargetPath.length()); in run_phases()
921 string installedPath(filename.c_str() + deviceTargetPath.length()); in run_phases()