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

  /external/chromium_org/build/android/gyp/
create_standalone_apk.py 22 with tempfile.NamedTemporaryFile(suffix='.zip') as intermediate_file:
23 intermediate_path = intermediate_file.name
  /ndk/sources/host-tools/make-3.81/
implicit.c 75 struct file *intermediate_file; /* intermediate file, 0 otherwise */
92 struct file *f = p->intermediate_file;
217 struct file *intermediate_file = 0;
727 if (intermediate_file == 0)
728 intermediate_file
735 bzero ((char *) intermediate_file, sizeof (struct file));
736 intermediate_file->name = name;
737 if (pattern_search (intermediate_file,
742 d->intermediate_file = intermediate_file;
73 struct file *intermediate_file; \/* intermediate file, 0 otherwise *\/ member in struct:idep
215 struct file *intermediate_file = 0; local
    [all...]

Completed in 137 milliseconds