HomeSort by relevance Sort by last modified time
    Searched full:make_filename (Results 1 - 9 of 9) sorted by null

  /frameworks/base/tools/streaming_proto/cpp/
main.cpp 16 make_filename(const FileDescriptorProto& file_descriptor) function
163 file_response->set_name(make_filename(file_descriptor));
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
zipimport.c 225 make_filename(char *prefix, char *name, char *path) function
266 len = make_filename(PyString_AsString(self->prefix), subname, path);
493 len = make_filename(PyString_AsString(self->prefix), subname, path);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
zipimport.c 225 make_filename(char *prefix, char *name, char *path) function
266 len = make_filename(PyString_AsString(self->prefix), subname, path);
493 len = make_filename(PyString_AsString(self->prefix), subname, path);
    [all...]
  /external/python/cpython2/Modules/
zipimport.c 227 make_filename(char *prefix, char *name, char *path) function
268 len = make_filename(PyString_AsString(self->prefix), subname, path);
495 len = make_filename(PyString_AsString(self->prefix), subname, path);
    [all...]
  /external/python/cpython3/Modules/
zipimport.c 226 make_filename(PyObject *prefix, PyObject *name) function
301 path = make_filename(self->prefix, subname);
653 path = make_filename(self->prefix, subname);
    [all...]
  /external/fio/
init.c 1117 static char *make_filename(char *buf, size_t buf_size,struct thread_options *o, function
1323 add_file(td, make_filename(fname, sizeof(fname), o, jobname, job_add_num, i), job_add_num, 0);
    [all...]
  /prebuilts/python/linux-x86/2.7.5/bin/
python 
python2 
python2.7 

Completed in 426 milliseconds