HomeSort by relevance Sort by last modified time
    Searched refs:dst_path (Results 1 - 5 of 5) sorted by null

  /bionic/libc/kernel/tools/
clean_header.py 50 dst_path = "arch-%s/asm/%s" % m.groups()
54 dst_path = "common/" + src_path
56 dst_path = os.path.normpath( kernel_cleaned_path + "/" + dst_path )
80 return dst_path, out.get()
127 dst_path, newdata = cleanupFile(path,kernel_original_path)
137 dst_path, newdata = cleanupFile(path,kernel_original_path)
138 if not dst_path:
141 b.readFile( dst_path )
142 r = b.editFile( dst_path, newdata
    [all...]
update_all.py 68 dst_path, newdata = clean_header.cleanupFile(path, original_dir)
69 if not dst_path:
72 b.readFile( dst_path )
73 r = b.editFile( dst_path, newdata )
81 str = "cleaning: %-*s -> %-*s (%s)" % ( 35, "<original>" + path[len(original_dir):], 35, dst_path, state )
  /external/icu4c/stubdata/
icu_dat_generator.py 214 dst_path = os.path.join(TMP_DAT_PATH, cnv_file)
215 shutil.copyfile(src_path, dst_path)
217 print "copy " + src_path + " " + dst_path
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Path_Delegate.java 424 /*package*/ static void native_offset(int nPath, float dx, float dy, int dst_path) {
431 Path_Delegate dstDelegate = sManager.getDelegate(dst_path);
454 int dst_path) {
465 // this can be null if dst_path is 0
466 Path_Delegate dstDelegate = sManager.getDelegate(dst_path);
  /frameworks/base/graphics/java/android/graphics/
Path.java 652 int dst_path);
656 int dst_path);

Completed in 1493 milliseconds