HomeSort by relevance Sort by last modified time
    Searched refs:build_path (Results 1 - 10 of 10) sorted by null

  /development/testrunner/coverage/
coverage_target.py 46 def SetBuildPath(self, build_path):
47 self._build_path = build_path
  /development/testrunner/test_defs/
test_walker.py 116 # return string with common build_path removed
181 def _GetTestFactory(self, android_mk_parser, path, build_path):
190 build_path: filesystem path for the directory
197 return gtest.GTestFactory(path, build_path)
200 build_path)
222 build_path = self._MakePathRelativeToBuild(path)
223 return self._GetTestFactory(android_mk_parser, path, build_path)
259 build_path=upstream_build_path)
test_suite.py 48 def SetBuildPath(self, build_path):
49 self._build_path = build_path
112 def __init__(self, test_root_path, build_path):
121 self._build_path = build_path
gtest.py 62 def __init__(self, test_root_path, build_path):
64 build_path)
native_test.py 55 build_path = os.path.join(android_build.GetTop(), self.GetBuildPath())
56 os.path.walk(build_path, self._CollectTestSources, source_list)
instrumentation_test.py 224 def __init__(self, test_root_path, build_path):
226 build_path)
232 AndroidManifest.xml found at build_path. Will set additional filters if
  /system/core/adb/
usb_vendors.c 282 int build_path(char* buff, size_t len, const char* format, const char* home) function
297 return build_path(buff, len, "%s\\%s\\%s", home);
301 return build_path(buff, len, "%s\\%s\\%s", path);
308 return build_path(buff, len, "%s/%s/%s", home);
  /external/chromium_org/build/android/buildbot/
bb_host_steps.py 38 build_path = SrcPath('out', build_type)
39 landmine_path = os.path.join(build_path, '.landmines_triggered')
47 RunCmd(['rm', '-rf', build_path])
  /external/chromium_org/chrome_frame/
test_utils.cc 35 base::FilePath build_path; local
36 PathService::Get(chrome::DIR_APP, &build_path);
38 base::FilePath dll_path = build_path.Append(kChromeFrameDllName);
42 dll_path = build_path.Append(kChromeFrameDllName);
  /external/chromium_org/tools/gn/
setup.cc 211 base::FilePath build_path = cmdline->GetSwitchValuePath(kSwitchBuildOutput); local
212 if (!build_path.empty()) {
215 std::string build_path_8 = FilePathToUTF8(build_path);

Completed in 81 milliseconds