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

  /bionic/libc/kernel/tools/
clean_header.py 51 dst_path = "arch-%s/asm/%s" % m.groups()
55 dst_path = "common/" + src_path
57 dst_path = os.path.normpath( original_path + "/../" + dst_path )
77 return dst_path, out.get()
119 dst_path, newdata = cleanupFile(path)
129 dst_path, newdata = cleanupFile(path)
130 if not dst_path:
133 b.readFile( dst_path )
134 r = b.editFile( dst_path, newdata
    [all...]
update_all.py 61 dst_path, newdata = clean_header.cleanupFile(path)
62 if not dst_path:
65 b.readFile( dst_path )
66 r = b.editFile( dst_path, newdata )
74 print "cleaning: %-*s -> %-*s (%s)" % ( 35, path, 35, dst_path, r )
  /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 588 int dst_path);
592 int dst_path);

Completed in 207 milliseconds