/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
genericpath.py | 10 'getsize', 'isdir', 'isfile'] 26 def isfile(path): function
|
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/ |
FsDirectoryEntry.java | 90 public boolean isFile(); 117 * {@code isFile} returns {@code true}.
|
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/ |
ApkInstaller.java | 51 if (!apkFile.isFile()) {
|
/external/autotest/client/profilers/pgo/ |
pgo.py | 47 if os.path.isfile(versionfile):
|
/external/autotest/client/site_tests/firmware_TouchMTB/tests/ |
common_unittest_utils.py | 59 if not os.path.isfile(description_filepath):
|
/external/autotest/site_utils/ |
set_tree_status.py | 29 if os.path.isfile(password_file):
|
/external/jsoncpp/devtools/ |
fixeol.py | 6 if not os.path.isfile( path ):
|
tarball.py | 28 if os.path.isfile(path):
|
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/command/ |
DeleCommandHandler.java | 43 verifyFileSystemCondition(getFileSystem().isFile(path), path, "filesystem.isNotAFile");
|
/external/skia/tools/ |
find_run_binary.py | 57 if os.path.isfile(try_path):
|
/external/v8/tools/ |
find_depot_tools.py | 12 return os.path.isfile(os.path.join(directory, 'gclient.py'))
|
/frameworks/base/test-runner/src/junit/runner/ |
ClassPathTestCollector.java | 43 if (thisRoot.isFile()) {
|
/packages/apps/UnifiedEmail/src/org/apache/commons/io/filefilter/ |
FileFileFilter.java | 57 return file.isFile();
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_genericpath.py | 23 'getmtime', 'exists', 'isdir', 'isfile'] 141 self.assertIs(self.pathmodule.isfile(test_support.TESTFN), False) 146 self.assertIs(self.pathmodule.isfile(test_support.TESTFN), True) 149 self.assertIs(self.pathmodule.isfile(test_support.TESTFN), False)
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_genericpath.py | 23 'getmtime', 'exists', 'isdir', 'isfile'] 141 self.assertIs(self.pathmodule.isfile(test_support.TESTFN), False) 146 self.assertIs(self.pathmodule.isfile(test_support.TESTFN), True) 149 self.assertIs(self.pathmodule.isfile(test_support.TESTFN), False)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_genericpath.py | 23 'getmtime', 'exists', 'isdir', 'isfile'] 141 self.assertIs(self.pathmodule.isfile(test_support.TESTFN), False) 146 self.assertIs(self.pathmodule.isfile(test_support.TESTFN), True) 149 self.assertIs(self.pathmodule.isfile(test_support.TESTFN), False)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_genericpath.py | 23 'getmtime', 'exists', 'isdir', 'isfile'] 141 self.assertIs(self.pathmodule.isfile(test_support.TESTFN), False) 146 self.assertIs(self.pathmodule.isfile(test_support.TESTFN), True) 149 self.assertIs(self.pathmodule.isfile(test_support.TESTFN), False)
|
/external/autotest/client/site_tests/hardware_UsbMount/ |
hardware_UsbMount.py | 25 if self._tmpfile and os.path.isfile(self._tmpfile): 80 if not os.path.isfile(self._tmpfile): 105 if not os.path.isfile(self._tmpfile):
|
/external/autotest/client/site_tests/kernel_Delay/ |
kernel_Delay.py | 103 if os.path.isfile(self.QUIET_GOVERNOR_PATH): 119 if initial_quiet_governor and os.path.isfile(self.QUIET_GOVERNOR_PATH): 132 if os.path.isfile(self.QUIET_GOVERNOR_PATH):
|
/external/chromium-trace/catapult/third_party/gsutil/gslib/ |
__init__.py | 69 if (not os.path.isfile(os.path.join(PROGRAM_FILES_DIR, 'VERSION')) and 76 if not os.path.isfile(os.path.join(PROGRAM_FILES_DIR, 'VERSION')): 100 if os.path.isfile(fpath):
|
/external/google-breakpad/src/testing/gtest/test/ |
gtest_xml_outfiles_test.py | 115 self.assert_(os.path.isfile(output_file1) or os.path.isfile(output_file2), 119 if os.path.isfile(output_file1):
|
/external/gtest/test/ |
gtest_xml_outfiles_test.py | 115 self.assert_(os.path.isfile(output_file1) or os.path.isfile(output_file2), 119 if os.path.isfile(output_file1):
|
/external/protobuf/gtest/test/ |
gtest_xml_outfiles_test.py | 115 self.assert_(os.path.isfile(output_file1) or os.path.isfile(output_file2), 119 if os.path.isfile(output_file1):
|
/external/skia/bin/ |
sync-and-gyp | 50 if not os.path.isfile('DEPS'): 60 if os.path.isfile('.deps_sha1'): 91 if not os.path.isfile('.gclient'):
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/ |
gtest_xml_outfiles_test.py | 115 self.assert_(os.path.isfile(output_file1) or os.path.isfile(output_file2), 119 if os.path.isfile(output_file1):
|