Home
last modified time | relevance | path

Searched refs:path_new (Results 1 – 3 of 3) sorted by relevance

/external/ltp/testcases/kernel/mem/include/
Dmem.h78 void mount_mem(char *name, char *fs, char *options, char *path, char *path_new);
79 void umount_mem(char *path, char *path_new);
/external/ltp/testcases/kernel/mem/lib/
Dmem.c714 void umount_mem(char *path, char *path_new) in umount_mem() argument
726 snprintf(s_new, BUFSIZ, "%s/tasks", path_new); in umount_mem()
740 if (rmdir(path_new) == -1) in umount_mem()
741 tst_res(TWARN | TERRNO, "rmdir %s", path_new); in umount_mem()
748 void mount_mem(char *name, char *fs, char *options, char *path, char *path_new) in mount_mem() argument
762 SAFE_MKDIR(path_new, 0777); in mount_mem()
/external/python/setuptools/setuptools/command/
Dbdist_egg.py257 path_new = os.path.join(
261 % (path_old, path_new))
263 os.remove(path_new)
266 os.rename(path_old, path_new)