HomeSort by relevance Sort by last modified time
    Searched full:isfile (Results 276 - 300 of 2107) sorted by null

<<11121314151617181920>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
util.py 69 if os.path.isfile(fname):
74 if os.path.isfile(fname):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_sysconfig.py 81 if os.path.isfile(path):
239 self.assertTrue(os.path.isfile(config_h), config_h)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/
BuildPreferencePage.java 119 if (new File(customDebugKeystorePath).isFile()) {
295 if (file.isFile()) {
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
FatDirectoryEntry.java 329 * @see org.jnode.fs.FSDirectoryEntry#isFile()
331 public boolean isFile() {
FatLfnDirectoryEntry.java 364 public boolean isFile() {
365 return realEntry.isFile();
  /tools/test/connectivity/acts/framework/acts/test_utils/tel/
TelephonyBaseTest.py 151 if not os.path.isfile(sim_conf_file):
154 if not os.path.isfile(sim_conf_file):
  /art/tools/checker/
checker.py 74 elif os.path.isfile(path):
  /developers/samples/android/experimental/ndkSampleGen/
build.gradle 83 if (fcd.file.isFile()) {
  /development/testrunner/
android_mk.py 170 if os.path.isfile(mk_path):
  /external/apache-http/android/src/com/android/internal/http/multipart/
FilePartSource.java 68 if (!file.isFile()) {
  /external/autotest/client/bin/
kernel_unittest.py 113 self.god.stub_function(os.path, "isfile")
489 os.path.isfile.expect_call('vmlinux').and_return(True)
514 os.path.isfile.expect_call('initrd').and_return(True)
520 os.path.isfile.expect_call('/usr/sbin/mkinitrd').and_return(True)
test_config.py 47 if path.isfile(cfg):
  /external/autotest/client/common_lib/
file_utils.py 47 if not os.path.isfile(filepath):