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

  /external/ltp/testcases/kernel/controllers/cgroup_fj/
cgroup_fj_stress.sh 80 local cur_path="$1"
88 create_subgroup "$cur_path"
92 build_subgroups "$cur_path/$i" $((cur_depth+1))
98 local cur_path="$1"
114 if ! attach_and_check "$pid" "$cur_path"; then
119 local new_path="$cur_path/$i"
124 if ! attach_and_check "$pid" "$cur_path"; then
  /external/ltp/testcases/kernel/fs/iso9660/
isofs.sh 53 local cur_path="$1"
61 local new_path="$cur_path/subdir_$i"
  /external/e2fsprogs/contrib/android/
fsmap.c 66 char *filename, *cur_path, *name = de->name; variable
92 cur_path = pdata->path;
96 pdata->path = cur_path;
perms.c 239 char *cur_path = params->path; variable
244 params->path = cur_path;
  /external/libchrome/base/files/
file_path_watcher_linux.cc 569 const FilePath& cur_path = end_it->first; local
570 if (!changed_dir.IsParent(cur_path))
572 if (!DirectoryExists(cur_path))
file_util_posix.cc 468 for (const StringPiece& cur_path :
470 FilePath file(cur_path);
  /external/mesa3d/scripts/
get_reviewer.pl 24 my $cur_path = fastgetcwd() . '/';
437 $file =~ s/^\Q${cur_path}\E//; #strip any absolute path
    [all...]

Completed in 190 milliseconds