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

  /bionic/libc/kernel/tools/
clean_header.py 15 src_path = path
17 if not os.path.exists(src_path):
23 if not os.path.isfile(src_path):
30 if os.path.commonprefix( [ src_path, original_path ] ) != original_path:
36 src_path = src_path[len(original_path):]
37 if len(src_path) > 0 and src_path[0] == '/':
38 src_path = src_path[1:
    [all...]
  /external/clearsilver/util/
rcfs.h 31 NEOERR * rcfs_link (const char *src_path, const char *dest_path);
  /development/testrunner/
create_test.py 239 src_path = app_path + "/tests/src"
240 if not os.path.exists(src_path):
241 os.mkdir(src_path)

Completed in 43 milliseconds