Searched defs:relpath (Results 1 - 8 of 8) sorted by relevance

/external/ltp/testcases/kernel/syscalls/mkdirat/
H A Dmkdirat01.c44 static char relpath[256]; variable
56 {&dir_fd, relpath, 0, 0},
58 {&fd_atcwd, relpath, 0, 0},
59 {&fd, relpath, -1, ENOTDIR},
60 {&fd_invalid, relpath, -1, EBADF},
94 sprintf(relpath, "mkdiratrelpath%d_%d", getpid(), i);
/external/python/cpython2/Lib/
H A Dntpath.py22 "extsep","devnull","realpath","supports_unicode_filenames","relpath"]
511 def relpath(path, start=curdir): function
H A Dposixpath.py27 "devnull","realpath","supports_unicode_filenames","relpath"]
424 def relpath(path, start=curdir): function
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
H A Dcpuinfo.c316 static int find_domain_cpusets(char *relpath) argument
322 if (relpath == NULL) {
333 if (cpuset_query(cp, relpath)) {
348 while_each_childdir(cpuset_mountpoint(), relpath, c_relpath, local
H A Dlibcpuset.c2015 /* Create (if new set) or modify cpuset 'cp' at location 'relpath' */
2016 static int cr_or_mod(const char *relpath, const struct cpuset *cp, int new) argument
2030 fullpath(buf, sizeof(buf), relpath);
2041 if (cpuset_query(cp_sav, relpath) < 0)
2066 /* Create cpuset 'cp' at location 'relpath' */
2067 int cpuset_create(const char *relpath, const struct cpuset *cp) argument
2069 return cr_or_mod(relpath, cp, 1);
2073 int cpuset_delete(const char *relpath) argument
2080 fullpath(buf, sizeof(buf), relpath);
2090 int cpuset_query(struct cpuset *cp, const char *relpath) argument
2174 cpuset_modify(const char *relpath, const struct cpuset *cp) argument
2436 cpuset_nuke(const char *relpath, unsigned int seconds) argument
2592 read_task_file(const char *relpath, struct pidblock **ppbhead) argument
2653 cpuset_init_pidlist(const char *relpath, int recursiveflag) argument
2734 cpuset_move(pid_t pid, const char *relpath) argument
2749 cpuset_move_all(struct cpuset_pidlist *pl, const char *relpath) argument
2878 cpuset_migrate(pid_t pid, const char *relpath) argument
2907 cpuset_migrate_all(struct cpuset_pidlist *pl, const char *relpath) argument
2938 cpuset_reattach(const char *relpath) argument
3213 char *relpath; local
[all...]
/external/icu/icu4c/source/tools/tzcode/
H A Dzdump.c1042 static void getzones(char * basedir, char * relpath, struct listentry ** last, int * count) { argument
1048 if (relpath != NULL) {
1050 strcat(path, relpath);
1055 if (strstr(relpath, ".tab") == NULL && strcmp(relpath, "Etc/Unknown") != 0) {
1059 if ((pzonename = malloc(strlen(relpath) + 1)) == NULL) {
1062 strcpy(pzonename, relpath);
1083 if (relpath != NULL) {
1084 strcpy(subpath, relpath);
/external/kmod/tools/
H A Ddepmod.c795 const char *relpath; /* path relative to '$ROOT/lib/modules/$VER/' */ member in struct:mod
796 char *uncrelpath; /* same as relpath but ending in .ko */
948 mod->relpath = mod->path + cfg->dirnamelen + 1;
950 mod->relpath = NULL;
958 if (mod->relpath != NULL) {
959 size_t uncrelpathlen = lastslash - mod->relpath + modnamesz
961 mod->uncrelpath = memdup(mod->relpath, uncrelpathlen + 1);
1059 const char *relpath; local
1072 relpath = path + depmod->cfg->dirnamelen + 1;
1073 DBG("try %s (%s)\n", relpath, modnam
[all...]
/external/compiler-rt/lib/msan/tests/
H A Dmsan_test.cc1316 const char* relpath = "."; local
1318 char* res = realpath(relpath, path);
1324 const char* relpath = "."; local
1325 char* res = realpath(relpath, NULL);
1335 const char* relpath = "."; local
1336 char* res = canonicalize_file_name(relpath);

Completed in 389 milliseconds