Searched defs:source_path (Results 1 - 4 of 4) 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.c239 char **source_path; variable
3422 char *dir_name = getbase(source_path[index]);
3427 source_path[index]);
3453 strdup(source_path[index ++]), dir);
4272 int res = asprintf(&filename, "%s/%s", source_path[i], path);
4867 int res = asprintf(&filename, "%s/%s", source_path[i], path);
5494 source_path = argv + 1;
6171 if(lstat(source_path[i], &source_buf) == -1) {
6173 "because %s\n", source_path[i],
6255 source_path);
[all...]
/external/selinux/libsepol/cil/src/
H A Dcil_binary.c4416 char *source_path; local
4429 source_node = cil_tree_get_next_path(node, &source_path, &is_cil);
4431 avrule->source_filename = source_path;

Completed in 184 milliseconds