Home
last modified time | relevance | path

Searched refs:relpath (Results 1 – 25 of 76) sorted by relevance

1234

/external/eigen/doc/
Deigen_navtree_hacks.js78 function initNavTree(toroot,relpath) argument
91 o.node.relpath = relpath;
95 o.node.plus_img.src = relpath+"ftv2pnode.png";
102 showSyncOff(navSync,relpath);
105 showSyncOn(navSync,relpath);
107 navSync.click(function(){ toggleSyncButton(relpath); });
110 navTo(o,toroot,window.location.hash,relpath);
125 navTo(o,link,$(location).attr('hash'),relpath);
130 navTo(o,toroot,window.location.hash,relpath);
170 node.plus_img.src = node.relpath+"ftv2pnode.png";
[all …]
/external/ltp/testcases/kernel/syscalls/mkdirat/
Dmkdirat01.c45 static char relpath[256]; variable
57 {&dir_fd, relpath, 0, 0},
59 {&fd_atcwd, relpath, 0, 0},
60 {&fd, relpath, -1, ENOTDIR},
61 {&fd_invalid, relpath, -1, EBADF},
95 sprintf(relpath, "mkdiratrelpath%d_%d", getpid(), i); in setup_iteration()
/external/v8/tools/clang/translation_unit/
Dtest_translation_unit.py64 print '[ RUN ] %s' % os.path.relpath(actual)
83 fromfile=os.path.relpath(expected),
84 tofile=os.path.relpath(actual)):
86 print '[ FAILED ] %s' % os.path.relpath(actual)
90 print '[ OK ] %s' % os.path.relpath(actual)
/external/v8/tools/clang/scripts/
Dtest_tool.py105 print '[ RUN ] %s' % os.path.relpath(actual)
114 fromfile=os.path.relpath(expected),
115 tofile=os.path.relpath(actual)):
117 print '[ FAILED ] %s' % os.path.relpath(actual)
121 print '[ OK ] %s' % os.path.relpath(actual)
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
Dlibcpuset.c2016 static int cr_or_mod(const char *relpath, const struct cpuset *cp, int new) in cr_or_mod() argument
2030 fullpath(buf, sizeof(buf), relpath); in cr_or_mod()
2041 if (cpuset_query(cp_sav, relpath) < 0) in cr_or_mod()
2067 int cpuset_create(const char *relpath, const struct cpuset *cp) in cpuset_create() argument
2069 return cr_or_mod(relpath, cp, 1); in cpuset_create()
2073 int cpuset_delete(const char *relpath) in cpuset_delete() argument
2080 fullpath(buf, sizeof(buf), relpath); in cpuset_delete()
2090 int cpuset_query(struct cpuset *cp, const char *relpath) in cpuset_query() argument
2097 fullpath(buf, sizeof(buf), relpath); in cpuset_query()
2174 int cpuset_modify(const char *relpath, const struct cpuset *cp) in cpuset_modify() argument
[all …]
Dcpuinfo.c316 static int find_domain_cpusets(char *relpath) in find_domain_cpusets() argument
322 if (relpath == NULL) { in find_domain_cpusets()
333 if (cpuset_query(cp, relpath)) { in find_domain_cpusets()
348 while_each_childdir(cpuset_mountpoint(), relpath, c_relpath, in find_domain_cpusets()
/external/icu/icu4c/source/tools/tzcode/
Dzdump.c1042 static void getzones(char * basedir, char * relpath, struct listentry ** last, int * count) { in getzones() argument
1048 if (relpath != NULL) { in getzones()
1050 strcat(path, relpath); in getzones()
1055 if (strstr(relpath, ".tab") == NULL && strcmp(relpath, "Etc/Unknown") != 0) { in getzones()
1059 if ((pzonename = malloc(strlen(relpath) + 1)) == NULL) { in getzones()
1062 strcpy(pzonename, relpath); in getzones()
1083 if (relpath != NULL) { in getzones()
1084 strcpy(subpath, relpath); in getzones()
/external/libmojo/mojo/public/tools/gn/
Dzip.py27 file_name = os.path.relpath(f, base_dir)
32 file_name = os.path.relpath(realf, base_dir)
/external/skia/infra/bots/
Dzip_utils.py36 zi.filename = os.path.relpath(filepath, target_dir)
45 z.write(dirpath, os.path.relpath(dirpath, target_dir))
/external/v8/tools/
Disolate_driver.py222 src_isolate = os.path.relpath(os.path.join(cwd, isolate), SRC_DIR)
230 isolate_relpath = os.path.relpath(
292 args[index] = os.path.relpath(os.path.abspath(args[index]), abs_base)
/external/vixl/tools/
Dlint.py230 relative_aarch32_traces_path = os.path.relpath(config.dir_aarch32_traces,'.')
231 relative_aarch64_traces_path = os.path.relpath(config.dir_aarch64_traces,'.')
/external/libmojo/third_party/catapult/devil/devil/utils/
Dzip_utils.py20 dir_arc_path = os.path.join(arc_path, os.path.relpath(dir_path, path))
/external/google-breakpad/src/build/
Dgyp_breakpad58 args.append('--depth=' + os.path.relpath(breakpad_root))
/external/chromium-trace/catapult/devil/devil/utils/
Dzip_utils.py22 dir_arc_path = os.path.join(arc_path, os.path.relpath(dir_path, path))
/external/kmod/tools/
Ddepmod.c795 const char *relpath; /* path relative to '$ROOT/lib/modules/$VER/' */ member
948 mod->relpath = mod->path + cfg->dirnamelen + 1; in depmod_module_add()
950 mod->relpath = NULL; in depmod_module_add()
958 if (mod->relpath != NULL) { in depmod_module_add()
959 size_t uncrelpathlen = lastslash - mod->relpath + modnamesz in depmod_module_add()
961 mod->uncrelpath = memdup(mod->relpath, uncrelpathlen + 1); in depmod_module_add()
1059 const char *relpath; in depmod_modules_search_file() local
1072 relpath = path + depmod->cfg->dirnamelen + 1; in depmod_modules_search_file()
1073 DBG("try %s (%s)\n", relpath, modname); in depmod_modules_search_file()
1087 mod->relpath, relpath); in depmod_modules_search_file()
[all …]
/external/libmojo/mojo/public/tools/bindings/pylib/mojom_tests/support/
Drun_bindings_generator.py17 mojom_reldir = os.path.dirname(os.path.relpath(mojom_file, root_dir))
/external/webrtc/webrtc/build/
Dmerge_libs.py43 files.append(os.path.relpath(os.path.join(root, filename)))
Dgyp_webrtc108 args.append('--depth=' + os.path.relpath(checkout_root))
/external/chromium-trace/catapult/systrace/profile_chrome/
Dperf_tracing_agent.py150 os.path.relpath(perfhost_path, '.'), perf_profile, symfs_dir, kallsyms)
158 cmd += ' --objdump %s' % os.path.relpath(objdump_path, '.')
/external/libyuv/files/
Dgyp_libyuv87 args.append('--depth=' + os.path.relpath(checkout_root))
/external/v8/tools/generate_shim_headers/
Dgenerate_shim_headers.py69 os.path.relpath(root, source_tree_root))
/external/jsoncpp/devtools/
Dbatchbuild.py212 cmake_log_url = os.path.relpath( build.cmake_log_path, report_dir )
213 build_log_url = os.path.relpath( build.build_log_path, report_dir )
/external/v8/
D.ycm_extra_conf.py134 rel_filename = os.path.relpath(os.path.realpath(filename), out_dir)
/external/chromium-trace/catapult/common/py_utils/py_utils/refactor_util/
Dmove.py115 rel_path = os.path.relpath(module_path, _BaseDir(module_path))
/external/chromium-trace/catapult/telemetry/telemetry/core/
Ddiscover.py48 module_rel_path = os.path.relpath(

1234