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

  /external/jsoncpp/devtools/
antglob.py 138 is_file = os.path.isfile( full_path )
139 if not is_file and not is_dir:
143 entry_type = is_file and FILE_LINK or DIR_LINK
145 entry_type = is_file and FILE or DIR
  /external/python/cpython2/Tools/nuget/
make_zip.py 149 if dest.is_file():
152 if dest.is_file():
166 elif f.is_file() and (not condition or condition(f)):
  /art/test/968-default-partial-compile-gen/util-src/
generate_java.py 113 if not javac_exec.exists() or not javac_exec.is_file():
  /art/test/971-iface-super/util-src/
generate_java.py 117 if not javac_exec.exists() or not javac_exec.is_file():
  /toolchain/binutils/binutils-2.25/gold/
readsyms.cc 140 if (this->input_argument_->is_file()
493 gold_assert(arg->is_file());
options.h 1868 is_file() const function in class:gold::Input_argument
    [all...]
incremental.cc 385 gold_assert(p->is_file());
    [all...]
  /external/curl/src/
tool_getparam.c 1183 char is_file; local
    [all...]
  /external/curl/lib/vtls/
nss.c 320 static int is_file(const char *filename) function
344 if(!is_file(str))
454 if(is_file(filename))
646 if(key_file || (is_file(cert_file))) {
    [all...]
darwinssl.c 1025 CF_INLINE bool is_file(const char *filename) function
    [all...]

Completed in 968 milliseconds