HomeSort by relevance Sort by last modified time
    Searched refs:full_path (Results 51 - 70 of 70) sorted by null

1 23

  /test/vts/runners/host/
utils.py 115 full_path = abs_path(path)
116 if not os.path.exists(full_path):
117 os.makedirs(full_path)
  /frameworks/base/tools/aapt2/cmd/
Compile.cpp 172 std::string full_path = prefix_path; local
173 file::AppendPath(&full_path, leaf_entry->d_name);
176 Maybe<ResourcePathData> path_data = ExtractResourcePathData(full_path, &err_str);
178 context->GetDiagnostics()->Error(DiagMessage(full_path) << err_str);
Link.cpp 1351 std::string full_path = assets_dir; local
    [all...]
  /external/protobuf/python/google/protobuf/internal/
test_util.py 603 full_path = os.path.join(path, 'src/google/protobuf/testdata', filename)
604 return open(full_path, 'rb')
609 full_path = os.path.join(path, 'third_party/py/google/protobuf/testdata',
611 if os.path.exists(full_path):
613 return open(full_path, 'rb')
  /bionic/libc/tools/
gensyscalls.py 45 full_path = os.path.join(bionic_temp, relpath)
46 dir = os.path.dirname(full_path)
48 return open(full_path, "w")
  /external/fio/
filesetup.c 1643 char full_path[PATH_MAX]; local
    [all...]
  /external/toybox/toys/pending/
diff.c 474 char *full_path; local
479 full_path = dirtree_path(node, NULL);
480 dir[TT.dir_num].list[TT.size - 1] = full_path;
  /external/webrtc/webrtc/base/
httpclient.cc 421 request().path = purl.full_path();
431 request().path = purl.full_path();
748 request().path = purl.full_path();
httpcommon.h 240 string full_path() const { function in class:rtc::Url
httpcommon.cc 576 path->assign(url.full_path());
  /external/vulkan-validation-layers/loader/
loader.c 2586 char full_path[2048]; local
    [all...]
  /external/elfutils/src/
ar.c 135 static bool full_path; variable
368 full_path = true;
1134 entry.key = full_path ? argv[cnt] : basename (argv[cnt]);
    [all...]
  /external/f2fs-tools/fsck/
f2fs.h 136 char *full_path; member in struct:dentry
dir.c 602 de->full_path, de->file_type,
  /frameworks/native/cmds/installd/
dexopt.cpp 826 const char* full_path = code_full_path.c_str(); local
    [all...]
  /external/autotest/scheduler/
drone_manager.py     [all...]
  /external/autotest/utils/
external_packages.py 20 def _checksum_file(full_path):
22 inputfile = open(full_path, 'rb')
    [all...]
  /frameworks/base/libs/androidfw/
AssetManager2.cpp 205 std::string full_path = "assets/" + dirname; local
221 if (!apk_assets->ForEachFile(full_path, func)) {
    [all...]
  /external/autotest/contrib/
coverage.py 514 full_path = os.path.join(cache_dir, f)
515 cexecuted = self.restore_file(full_path)
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_common.h 208 char full_path[kMaxPathLength]; member in struct:__sanitizer::ReportFile

Completed in 1118 milliseconds

1 23