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

  /external/compiler-rt/lib/profile/
GCDAProfiling.c 152 static char *mangle_filename(const char *orig_filename) {
157 const char *fname = orig_filename, *ptr = NULL;
162 return strdup(orig_filename);
173 filename = malloc(prefix_len + 1 + strlen(orig_filename) + 1);
243 void llvm_gcda_start_file(const char *orig_filename, const char version[4]) {
245 filename = mangle_filename(orig_filename);
297 fprintf(stderr, "llvmgcda: [%s]\n", orig_filename);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
main.py 70 orig_filename = filename
81 if orig_filename != filename:
85 self.log_message('Writing converted %s to %s.', orig_filename,
104 if orig_filename != filename:
106 shutil.copymode(orig_filename, filename)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
main.py 70 orig_filename = filename
81 if orig_filename != filename:
85 self.log_message('Writing converted %s to %s.', orig_filename,
104 if orig_filename != filename:
106 shutil.copymode(orig_filename, filename)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
zipfile.py 266 'orig_filename',
288 self.orig_filename = filename # Original file name in archive
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
zipfile.py 266 'orig_filename',
288 self.orig_filename = filename # Original file name in archive
    [all...]

Completed in 220 milliseconds