/development/tools/idegen/ |
index-gen.sh | 32 #root_dir=`readlink -f -n $script_dir/../../..` 33 root_dir=$PWD 34 if [ ! -e $root_dir/.repo ]; then 35 root_dir=$PWD/../../.. 36 if [ ! -e $root_dir/.repo ]; then 41 tmp_file=${root_dir}/tmp.txt 42 dest_file=${root_dir}/module-index.txt 46 find $root_dir -name '*.mk' \( ! -path "$root_dir/build*" -prune \) \ 55 grep -v "^$root_dir/vendor/google" $tmp_file > $dest_fil [all...] |
intellij-gen.sh | 45 root_dir=$PWD 46 if [ ! -e $root_dir/.repo ]; then 47 root_dir=$PWD/../../.. 48 if [ ! -e $root_dir/.repo ]; then 53 index_file=$root_dir/module-index.txt 61 idegenjar="$root_dir/out/host/$platform-x86/framework/idegen.jar"
|
/external/lldb/utils/test/ |
run-dis.py | 16 root_dir = None variable 53 replaced_path = path.replace(root_dir, "", 1) 70 global root_dir 83 dest='root_dir', 100 if not opts.root_dir or not opts.path_pattern: 105 root_dir = opts.root_dir variable 106 root_dir = os.path.abspath(root_dir) variable 107 if not os.path.isdir(root_dir) [all...] |
/external/wpa_supplicant_8/hs20/server/ |
spp_server.h | 15 char *root_dir; member in struct:hs20_svc
|
hs20_spp_server.c | 159 ctx.root_dir = optarg; 166 if (ctx.root_dir == NULL) {
|
/external/vixl/tools/ |
generate_simulator_traces.py | 118 root_dir = os.path.dirname(os.path.dirname(os.path.abspath(sys.argv[0]))) variable 119 os.chdir(root_dir) 121 args = BuildOptions(root_dir)
|
presubmit.py | 257 root_dir = os.path.dirname(os.path.dirname(os.path.abspath(sys.argv[0]))) variable in class:BenchTest 258 os.chdir(root_dir)
|
/external/valgrind/ |
runtest.sh | 17 root_dir=`realpath \`dirname $0\`/../../` 34 cd $root_dir
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
archive_util.py | 193 def make_archive(base_name, format, root_dir=None, base_dir=None, verbose=0, 201 'root_dir' is a directory that will be the root directory of the 202 archive; ie. we typically chdir into 'root_dir' before creating the 205 directories in the archive. 'root_dir' and 'base_dir' both default 212 if root_dir is not None: 213 log.debug("changing into '%s'", root_dir) 216 os.chdir(root_dir) 239 if root_dir is not None:
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
archive_util.py | 193 def make_archive(base_name, format, root_dir=None, base_dir=None, verbose=0, 201 'root_dir' is a directory that will be the root directory of the 202 archive; ie. we typically chdir into 'root_dir' before creating the 205 directories in the archive. 'root_dir' and 'base_dir' both default 212 if root_dir is not None: 213 log.debug("changing into '%s'", root_dir) 216 os.chdir(root_dir) 239 if root_dir is not None:
|
/external/selinux/policycoreutils/sestatus/ |
sestatus.c | 196 const char *pol_name, *root_dir; local 247 root_dir = selinux_path(); 248 if (root_dir == NULL) { 253 root_path = strdup(root_dir);
|
/external/linux-tools-perf/src/tools/perf/util/ |
dso.c | 31 char *root_dir, char *file, size_t size) 90 root_dir, dso->long_name); 117 char *root_dir = (char *) ""; local 126 root_dir = machine->root_dir; 129 root_dir, name, PATH_MAX)) { 468 sprintf(path, "%s/sys/kernel/notes", machine->root_dir); 475 const char *root_dir) 486 root_dir, (int)strlen(name) - 1, name);
|
machine.c | 14 int machine__init(struct machine *machine, const char *root_dir, pid_t pid) 30 machine->root_dir = strdup(root_dir); 31 if (machine->root_dir == NULL) 87 free(machine->root_dir); 88 machine->root_dir = NULL; 111 const char *root_dir) 120 if (machine__init(machine, root_dir, pid) != 0) { 186 const char *root_dir = ""; local 209 root_dir = path [all...] |
dso.h | 122 int dso__kernel_module_get_build_id(struct dso *dso, const char *root_dir); 126 char *root_dir, char *file, size_t size);
|
machine.h | 24 char *root_dir; member in struct:machine 66 const char *root_dir); 77 int machine__init(struct machine *machine, const char *root_dir, pid_t pid);
|
symbol.c | 652 machine->root_dir, module); 988 char *root_dir = (char *) ""; local 1026 root_dir = machine->root_dir; 1043 root_dir, name, PATH_MAX)) 1330 sprintf(path, "%s/proc/kallsyms", machine->root_dir); [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_archive_util.py | 240 base_dir, root_dir, base_name = self._create_files() 242 res = make_archive(base_name, 'zip', root_dir, base_dir, owner=owner, 246 res = make_archive(base_name, 'zip', root_dir, base_dir) 249 res = make_archive(base_name, 'tar', root_dir, base_dir, 253 res = make_archive(base_name, 'tar', root_dir, base_dir, 290 make_archive('xxx', 'xxx', root_dir=self.mkdtemp())
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_archive_util.py | 240 base_dir, root_dir, base_name = self._create_files() 242 res = make_archive(base_name, 'zip', root_dir, base_dir, owner=owner, 246 res = make_archive(base_name, 'zip', root_dir, base_dir) 249 res = make_archive(base_name, 'tar', root_dir, base_dir, 253 res = make_archive(base_name, 'tar', root_dir, base_dir, 290 make_archive('xxx', 'xxx', root_dir=self.mkdtemp())
|
/external/wpa_supplicant_8/src/wps/ |
wps_upnp_i.h | 126 char *root_dir; member in struct:upnp_wps_device_sm
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/ |
bdist_dumb.py | 123 self.format, root_dir=archive_root,
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/ |
bdist_dumb.py | 123 self.format, root_dir=archive_root,
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
shutil.py | 504 def make_archive(base_name, format, root_dir=None, base_dir=None, verbose=0, 512 'root_dir' is a directory that will be the root directory of the 513 archive; ie. we typically chdir into 'root_dir' before creating the 516 directories in the archive. 'root_dir' and 'base_dir' both default 523 if root_dir is not None: 525 logger.debug("changing into '%s'", root_dir) 528 os.chdir(root_dir) 551 if root_dir is not None:
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
shutil.py | 504 def make_archive(base_name, format, root_dir=None, base_dir=None, verbose=0, 512 'root_dir' is a directory that will be the root directory of the 513 archive; ie. we typically chdir into 'root_dir' before creating the 516 directories in the archive. 'root_dir' and 'base_dir' both default 523 if root_dir is not None: 525 logger.debug("changing into '%s'", root_dir) 528 os.chdir(root_dir) 551 if root_dir is not None:
|
/art/tools/ |
cpplint.py | 771 root_dir = project_dir 772 one_up_dir = os.path.dirname(root_dir) 774 root_dir = os.path.dirname(root_dir) 777 prefix = os.path.commonprefix([root_dir, project_dir]) 782 root_dir = os.path.dirname(fullname) 783 while (root_dir != os.path.dirname(root_dir) and 784 not os.path.exists(os.path.join(root_dir, ".git")) and 785 not os.path.exists(os.path.join(root_dir, ".hg")) an [all...] |
/external/compiler-rt/lib/sanitizer_common/scripts/ |
cpplint.py | 767 root_dir = project_dir 768 one_up_dir = os.path.dirname(root_dir) 770 root_dir = os.path.dirname(root_dir) 773 prefix = os.path.commonprefix([root_dir, project_dir]) 778 root_dir = os.path.dirname(fullname) 779 while (root_dir != os.path.dirname(root_dir) and 780 not os.path.exists(os.path.join(root_dir, ".git")) and 781 not os.path.exists(os.path.join(root_dir, ".hg")) an [all...] |