Searched refs:cur_path (Results 1 – 13 of 13) sorted by relevance
/external/ltp/testcases/kernel/controllers/cgroup_fj/ |
D | cgroup_fj_stress.sh | 81 local cur_path="$1" 89 create_subgroup "$cur_path" 93 build_subgroups "$cur_path/$i" $((cur_depth+1)) 99 local cur_path="$1" 116 if ! attach_and_check "$pid" "$cur_path"; then 121 local new_path="$cur_path/$i" 126 if ! attach_and_check "$pid" "$cur_path"; then
|
/external/python/pycparser/utils/internal/ |
D | fake_includes.py | 3 for cur_path, dirs, files in os.walk('.'): 4 if cur_path == '.':
|
/external/perfetto/src/trace_processor/importers/common/ |
D | clock_tracker.cc | 179 ClockPath cur_path = queue.front(); in FindPath() local 182 const ClockId cur_clock_id = cur_path.last; in FindPath() 184 return cur_path; in FindPath() 186 if (cur_path.len >= ClockPath::kMaxLen) in FindPath() 197 queue.push(ClockPath(cur_path, next_clock_id, hash)); in FindPath()
|
/external/ltp/testcases/kernel/fs/iso9660/ |
D | isofs.sh | 22 local cur_path="$1" 29 new_path="$cur_path/subdir_$i"
|
/external/e2fsprogs/contrib/android/ |
D | fsmap.c | 116 char *filename, *cur_path, *name = de->name; in walk_ext_dir() local 142 cur_path = pdata->path; in walk_ext_dir() 146 pdata->path = cur_path; in walk_ext_dir()
|
D | perms.c | 268 char *cur_path = params->path; in walk_dir() local 275 params->path = cur_path; in walk_dir()
|
/external/libchrome/base/files/ |
D | file_path_watcher_linux.cc | 562 const FilePath& cur_path = end_it->first; in UpdateRecursiveWatches() local 563 if (!changed_dir.IsParent(cur_path)) in UpdateRecursiveWatches() 565 if (!DirectoryExists(cur_path)) in UpdateRecursiveWatches()
|
D | file_util_posix.cc | 573 for (const StringPiece& cur_path : in ExecutableExistsInPath() local 575 FilePath file(cur_path); in ExecutableExistsInPath()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/ |
D | Path.inc | 182 SmallVector<wchar_t, MAX_PATH> cur_path; 186 cur_path.reserve(len); 187 len = ::GetCurrentDirectoryW(cur_path.capacity(), cur_path.data()); 195 } while (len > cur_path.capacity()); 199 cur_path.set_size(len); 200 return UTF16ToUTF8(cur_path.begin(), cur_path.size(), result);
|
/external/llvm/lib/Support/Windows/ |
D | Path.inc | 188 SmallVector<wchar_t, MAX_PATH> cur_path; 192 cur_path.reserve(len); 193 len = ::GetCurrentDirectoryW(cur_path.capacity(), cur_path.data()); 201 } while (len > cur_path.capacity()); 205 cur_path.set_size(len); 206 return UTF16ToUTF8(cur_path.begin(), cur_path.size(), result);
|
/external/libchrome/base/ |
D | values.cc | 377 const StringPiece* cur_path = path.begin(); in SetPath() local 378 for (; (cur_path + 1) < path.end(); ++cur_path) { in SetPath() 383 const StringPiece path_component = *cur_path; in SetPath() 398 return cur->SetKey(*cur_path, std::move(value)); in SetPath()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Windows/ |
D | Path.inc | 194 SmallVector<wchar_t, MAX_PATH> cur_path; 198 cur_path.reserve(len); 199 len = ::GetCurrentDirectoryW(cur_path.capacity(), cur_path.data()); 207 } while (len > cur_path.capacity()); 211 cur_path.set_size(len); 212 return UTF16ToUTF8(cur_path.begin(), cur_path.size(), result);
|
/external/u-boot/scripts/ |
D | get_maintainer.pl | 23 my $cur_path = fastgetcwd() . '/'; 507 $file =~ s/^\Q${cur_path}\E//; #strip any absolute path
|