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

  /external/tensorflow/tensorflow/contrib/lite/testing/
nnapi_example.cc 68 string base_dir = dirname(argv[1]); local
69 DIR* dir = opendir(base_dir.c_str());
71 fprintf(stderr, "Can't open dir %s\n", base_dir.c_str());
78 if (Interpret((base_dir + "/" + name).c_str(), use_nnapi)) {
  /external/tensorflow/tensorflow/tools/docs/
build_docs_test.py 35 base_dir = os.path.join(resource_root, 'tensorflow/') variable in class:Flags
  /external/v8/tools/release/
test_mergeinfo.py 20 base_dir = TEST_CONFIG["GIT_REPO"] variable in class:TestMergeInfo
24 fullCommand = ["git", "-C", self.base_dir] + git_args
34 if path.exists(self.base_dir):
35 shutil.rmtree(self.base_dir)
37 check_call(["git", "init", self.base_dir])
45 if path.exists(self.base_dir):
46 shutil.rmtree(self.base_dir)
78 self.base_dir,
90 self.base_dir,
110 self.base_dir,
    [all...]
test_search_related_commits.py 20 base_dir = TEST_CONFIG["GIT_REPO"] variable in class:TestSearchRelatedCommits
24 fullCommand = ["git", "-C", self.base_dir] + git_args
34 if path.exists(self.base_dir):
35 shutil.rmtree(self.base_dir)
37 check_call(["git", "init", self.base_dir])
60 if path.exists(self.base_dir):
61 shutil.rmtree(self.base_dir)
102 self.base_dir, hash_of_first_commit, "HEAD", None)
122 self.base_dir, hash_of_first_commit, "HEAD", None)
146 self.base_dir,
    [all...]
  /system/tools/aidl/
io_delegate.cpp 123 string base_dir = caller_base_dir; local
124 if (base_dir.empty()) {
125 base_dir = ".";
128 if (base_dir[base_dir.size() - 1] != OS_PATH_SEPARATOR) {
129 base_dir += OS_PATH_SEPARATOR;
131 base_dir += subdir;
134 success = _mkdir(base_dir.c_str()) == 0;
136 success = mkdir(base_dir.c_str(),
141 LOG(ERROR) << "Error while creating " << base_dir << ":
    [all...]
  /external/valgrind/coregrind/
m_options.c 172 const HChar *base_dir; local
177 base_dir = VG_(get_startup_wd)();
293 if (base_dir == NULL) {
297 len = VG_(strlen)(base_dir) + 1 + VG_(strlen)(out) + 1;
300 VG_(strcpy)(absout, base_dir);
  /frameworks/native/cmds/installd/
dexopt.cpp 424 char base_dir[arraysize("--classpath-dir=") + PKG_PATH_MAX]; local
430 sprintf(base_dir, "--classpath-dir=%s", apk_dir.c_str());
527 argv[i++] = base_dir;
    [all...]

Completed in 377 milliseconds