Searched refs:a_path (Results 1 – 5 of 5) sorted by relevance
647 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_path673 with open(a_path, 'w') as f:677 print 'Update needed for "%s".' % a_path680 print 'No update for "%s".' % a_path
144 a_path = os.path.join(self.left, x)149 a_stat = os.stat(a_path)
123 char *a_path = cil_malloc(strlen(a_filecon->path_str) + 1); in cil_post_filecon_compare() local124 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()
547 Path::set(StringRef a_path) {548 if (a_path.empty())551 path = a_path;
581 Path::set(StringRef a_path) {582 if (a_path.empty())584 path = a_path;