Home
last modified time | relevance | path

Searched refs:a_path (Results 1 – 5 of 5) sorted by relevance

/external/protobuf/objectivec/DevTools/
Dpddm.py647 for a_path in extra_args:
648 if not os.path.exists(a_path):
649 sys.stderr.write('ERROR: File not found: %s\n' % a_path)
654 a_dir = os.path.dirname(a_path)
660 with open(a_path, 'r') as f:
667 (e.message, a_path))
672 print 'Updating for "%s".' % a_path
673 with open(a_path, 'w') as f:
677 print 'Update needed for "%s".' % a_path
680 print 'No update for "%s".' % a_path
/external/python/cpython2/Lib/
Dfilecmp.py144 a_path = os.path.join(self.left, x)
149 a_stat = os.stat(a_path)
/external/selinux/libsepol/cil/src/
Dcil_post.c123 char *a_path = cil_malloc(strlen(a_filecon->path_str) + 1); in cil_post_filecon_compare() local
124 a_path[0] = '\0'; in cil_post_filecon_compare()
127 strcat(a_path, a_filecon->path_str); in cil_post_filecon_compare()
129 cil_post_fc_fill_data(a_data, a_path); in cil_post_filecon_compare()
149 free(a_path); in cil_post_filecon_compare()
/external/swiftshader/third_party/LLVM/lib/Support/Windows/
DPath.inc547 Path::set(StringRef a_path) {
548 if (a_path.empty())
551 path = a_path;
/external/swiftshader/third_party/LLVM/lib/Support/Unix/
DPath.inc581 Path::set(StringRef a_path) {
582 if (a_path.empty())
584 path = a_path;