Searched defs:source_path (Results 1 - 3 of 3) sorted by relevance

/external/chromium-trace/catapult/common/py_utils/py_utils/refactor_util/
H A Dmove.py28 os.rename(move.source_path, move.target_path)
52 def source_path(self): member in class:_Move
/external/squashfs-tools/squashfs-tools/
H A Dsort.c108 int add_sort_list(char *path, int priority, int source, char *source_path[]) argument
132 int res = asprintf(&filename, "%s/%s", source_path[i], path);
217 int read_sort_file(char *filename, int source, char *source_path[]) argument
318 source_path);
H A Dmksquashfs.c233 char **source_path; variable
3371 char *dir_name = getbase(source_path[index]);
3376 source_path[index]);
3402 strdup(source_path[index ++]), dir);
4221 int res = asprintf(&filename, "%s/%s", source_path[i], path);
5296 source_path = argv + 1;
5963 if(lstat(source_path[i], &source_buf) == -1) {
5965 "because %s\n", source_path[i],
6047 source_path);
6256 dir_scan(&inode, source_path[
[all...]

Completed in 265 milliseconds