Home
last modified time | relevance | path

Searched refs:cur_path (Results 1 – 13 of 13) sorted by relevance

/external/ltp/testcases/kernel/controllers/cgroup_fj/
Dcgroup_fj_stress.sh81 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/
Dfake_includes.py3 for cur_path, dirs, files in os.walk('.'):
4 if cur_path == '.':
/external/perfetto/src/trace_processor/importers/common/
Dclock_tracker.cc179 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/
Disofs.sh22 local cur_path="$1"
29 new_path="$cur_path/subdir_$i"
/external/e2fsprogs/contrib/android/
Dfsmap.c116 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()
Dperms.c268 char *cur_path = params->path; in walk_dir() local
275 params->path = cur_path; in walk_dir()
/external/libchrome/base/files/
Dfile_path_watcher_linux.cc562 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()
Dfile_util_posix.cc573 for (const StringPiece& cur_path : in ExecutableExistsInPath() local
575 FilePath file(cur_path); in ExecutableExistsInPath()
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
DPath.inc182 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/
DPath.inc188 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/
Dvalues.cc377 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/
DPath.inc194 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/
Dget_maintainer.pl23 my $cur_path = fastgetcwd() . '/';
507 $file =~ s/^\Q${cur_path}\E//; #strip any absolute path