HomeSort by relevance Sort by last modified time
    Searched full:dir_path (Results 26 - 50 of 104) sorted by null

12 3 4 5

  /external/mesa3d/src/util/
disk_cache.c 368 choose_random_file_matching(const char *dir_path,
370 const char *dir_path))
377 dir = opendir(dir_path);
387 if (!predicate(entry, dir_path))
407 if (!predicate(entry, dir_path))
420 if (asprintf(&filename, "%s/%s", dir_path, entry->d_name) < 0)
505 char *dir_path; local
516 if (asprintf(&dir_path, "%s/%c%c", cache->path, hex[a], hex[b]) < 0)
519 size = unlink_random_file_from_directory(dir_path);
521 free(dir_path);
    [all...]
  /bionic/libc/bionic/
scandir.cpp 132 int scandir(const char* dir_path, dirent*** name_list,
135 return scandirat(AT_FDCWD, dir_path, name_list, filter, comparator);
  /test/vts/compilation_tools/vtsc/
VtsCompilerUtils.h 61 // Returns a string which joins the given dir_path and file_name.
62 string PathJoin(const char* dir_path, const char* file_name);
  /external/skia/infra/bots/recipe_modules/flavor/
flutter_flavor.py 31 dir_path=depot_tools, ref='master')
pdfium_flavor.py 27 dir_path=depot_tools, ref='master')
  /external/toybox/tests/
lsattr.test 22 testing "-d dir_path" "lsattr -d $_p" "$_b $_p\n" "" ""
  /development/gsi/gsi_util/
build.py 69 dir_path = os.path.dirname(dest)
71 if dir_path != '':
72 os.makedirs(dir_path)
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
bwe_test_baselinefile.cc 120 std::string dir_path = webrtc::test::OutputPath() + kResourceSubDir; local
121 if (!webrtc::test::CreateDir(dir_path)) {
122 printf("WARNING: Cannot create output dir: %s\n", dir_path.c_str());
  /test/vts/utils/python/coverage/
gcda_parser_test.py 125 dir_path = os.path.dirname(os.path.realpath(__file__))
126 gcno_path = os.path.join(dir_path, self.GOLDEN_GCNO_PATH)
127 gcda_path = os.path.join(dir_path, self.GOLDEN_GCDA_PATH)
  /development/testrunner/coverage/
coverage.py 268 def _TidyDir(self, dir_path):
269 """Recursively tidy all html files in given dir_path."""
270 html_file_pattern = os.path.join(dir_path, "*.html")
274 sub_dirs = os.listdir(dir_path)
276 sub_dir_path = os.path.join(dir_path, sub_dir_name)
  /external/autotest/utils/
unittest_suite.py 177 for dir_path, sub_dirs, file_names in os.walk(start):
183 os.unlink(os.path.join(dir_path, file_name))
187 print 'Skipping', dir_path
194 file_path = os.path.join(dir_path, file_name)
202 path_no_py = os.path.join(dir_path, file_name).rstrip('.py')
  /system/extras/simpleperf/
utils.cpp 180 std::string dir_path = path.substr(0, next_end); local
181 if (!IsDir(dir_path)) {
183 int ret = mkdir(dir_path.c_str());
185 int ret = mkdir(dir_path.c_str(), 0755);
188 PLOG(ERROR) << "failed to create dir " << dir_path;
  /external/webrtc/tools/autoroller/
roll_chromium_revision.py 169 def GetMatchingDepsEntries(depsentry_dict, dir_path):
173 Example: dir_path='src/testing' would give results containing both
175 Example 2: dir_path='src/build' should return 'src/build' but not
183 if path == dir_path:
188 for i, part in enumerate(dir_path.split('/'))):
216 dir_path = 'src/%s' % deps_dir
218 for entry in GetMatchingDepsEntries(current_entries, dir_path):
  /bootable/recovery/tests/manual/
recovery_test.cpp 115 std::string dir_path = kResourceTestDir + str; local
117 int n = scandir(dir_path.c_str(), &namelist, png_filter, alphasort);
127 std::string file_path = dir_path + namelist[n]->d_name;
  /external/webrtc/webrtc/base/
filerotatingstream_unittest.cc 58 const std::string& dir_path,
61 stream.reset(new FileRotatingStream(dir_path, file_prefix));
217 const std::string& dir_path) {
219 new CallSessionFileRotatingStream(dir_path));
  /hardware/qcom/display/msm8909/sdm/libs/hwc/
hwc_display.cpp 1035 char dir_path[PATH_MAX]; local
1086 char dir_path[PATH_MAX]; local
    [all...]
  /hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/
hwc_display.cpp 1035 char dir_path[PATH_MAX]; local
1086 char dir_path[PATH_MAX]; local
    [all...]
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
hwc_display.cpp 856 char dir_path[PATH_MAX]; local
862 snprintf(dir_path, sizeof(dir_path), "/data/misc/display/frame_dump_%s", GetDisplayString());
864 if (mkdir(dir_path, 0777) != 0 && errno != EEXIST) {
865 DLOGW("Failed to create %s directory errno = %d, desc = %s", dir_path, errno, strerror(errno));
870 if (errno == EEXIST && chmod(dir_path, 0777) != 0) {
871 DLOGW("Failed to change permissions on %s directory", dir_path);
892 dir_path, i, pvt_handle->width, pvt_handle->height,
907 char dir_path[PATH_MAX]; local
909 snprintf(dir_path, sizeof(dir_path), "/data/misc/display/frame_dump_%s", GetDisplayString())
    [all...]
  /hardware/qcom/display/msm8996/sdm/libs/hwc2/
hwc_display.cpp 1095 char dir_path[PATH_MAX]; local
1148 char dir_path[PATH_MAX]; local
    [all...]
  /system/media/camera/docs/
metadata-generate 92 local dir_path="$(dirname "$file")"
93 echo "Trying to cd into $dir_path" >& /dev/null
95 local git_path="$(cd "$dir_path";
99 local diff_result="$(cd "$dir_path";
  /test/vts-testcase/vndk/abi/
VtsVndkAbiTest.py 45 for dir_path, dir_names, file_names in os.walk(root_dir):
46 if dir_path == root_dir:
49 rel_dir = os.path.relpath(dir_path, root_dir)
52 os.path.join(dir_path, file_name))
  /development/gsi/gsi_util/gsi_util/mounters/
image_mounter.py 36 dir_path = os.path.dirname(filename)
38 os.makedirs(dir_path)
  /external/chromium-trace/catapult/common/py_utils/py_utils/
discover.py 35 for dir_path, _, filenames in sub_paths:
49 os.path.join(dir_path, filename), top_level_dir)
  /test/vts/utils/python/reporting/
report_file_utils.py 84 dir_path = os.path.dirname(src_path)
93 os.path.relpath(dir_path, root_dir), relative_path)
  /external/libyuv/files/tools_libyuv/autoroller/
roll_deps.py 181 def GetMatchingDepsEntries(depsentry_dict, dir_path):
185 Example: dir_path='src/testing' would give results containing both
187 Example 2: dir_path='src/build' should return 'src/build' but not
195 if path == dir_path:
200 for i, part in enumerate(dir_path.split('/'))):

Completed in 1414 milliseconds

12 3 4 5