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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
filecmp.py 145 b_path = os.path.join(self.right, x)
154 b_stat = os.stat(b_path)
156 # print 'Can\'t stat', b_path, ':', why[1]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
filecmp.py 145 b_path = os.path.join(self.right, x)
154 b_stat = os.stat(b_path)
156 # print 'Can\'t stat', b_path, ':', why[1]
  /external/selinux/libsepol/cil/src/
cil_post.c 122 char *b_path = cil_malloc(strlen(b_filecon->path_str) + 1); local
123 b_path[0] = '\0';
125 strcat(b_path, b_filecon->path_str);
127 cil_post_fc_fill_data(b_data, b_path);
147 free(b_path);
    [all...]

Completed in 131 milliseconds