HomeSort by relevance Sort by last modified time
    Searched defs:rel_path (Results 1 - 4 of 4) sorted by null

  /bionic/libc/kernel/tools/
update_all.py 63 rel_path = os.path.normpath(os.path.join(root, file)) variable
64 rel_path = rel_path[original_dir_len:] variable
66 if modified_dir and os.path.exists(os.path.join(modified_dir, rel_path)):
67 sources[rel_path] = False
69 sources[rel_path] = True
82 for rel_path in sorted(sources):
83 if sources[rel_path]:
89 dst_path, newdata = clean_header.cleanupFile(kernel_dir, src_dir, rel_path)
105 str = "cleaning: %-*s -> %-*s (%s)" % (35, src_str + rel_path, 35, rel_dst_path, state
    [all...]
  /system/tools/aidl/tests/
fake_io_delegate.cpp 100 string package, class_name, rel_path; local
101 SplitPackageClass(canonical_name, &rel_path, &package, &class_name);
111 SetFileContents(rel_path, contents);
115 string package, class_name, rel_path; local
116 SplitPackageClass(canonical_name, &rel_path, &package, &class_name);
119 SetFileContents(rel_path, contents);
124 string package, class_name, rel_path; local
125 SplitPackageClass(canonical_name, &rel_path, &package, &class_name);
131 SetFileContents(rel_path, contents);
  /external/squashfs-tools/squashfs-tools/
mksquashfs.c 3130 char *rel_path; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.httpclient_3.1.0.v201005080502.jar 

Completed in 162 milliseconds