OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isfile
(Results
151 - 175
of
2107
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/
NdkManager.java
54
if (!new File(dir, "ndk-build").
isFile
()) //$NON-NLS-1$
/external/autotest/client/bin/
base_utils.py
41
if not os.path.
isfile
(file):
166
if os.path.
isfile
(file_local_path):
194
if os.path.
isfile
(dest):
209
if not os.path.
isfile
(file):
227
if os.path.
isfile
('/etc/SuSE-release'):
232
if not os.path.
isfile
(issue):
262
if os.path.
isfile
(vmlinux):
265
if os.path.
isfile
(vmlinux):
276
if os.path.
isfile
(map):
279
if os.path.
isfile
(map)
[
all
...]
package_unittest.py
20
self.god.stub_function(os.path, "
isfile
")
25
os.path.
isfile
.expect_call(input_package).and_return(True)
/external/autotest/client/site_tests/desktopui_SonicExtension/
config_json_iterator.py
75
if not os.path.
isfile
(config_path):
88
if not os.path.
isfile
(config_path):
/external/autotest/client/site_tests/hardware_Usb30Throughput/
hardware_Usb30Throughput.py
101
assert os.path.
isfile
(src)
102
assert os.path.
isfile
(dst)
/external/autotest/client/site_tests/hardware_UsbBasicFileOperations/
hardware_UsbBasicFileOperations.py
86
if os.path.
isfile
(self._src.name):
94
if os.path.
isfile
(self._src.name):
/external/autotest/client/site_tests/hardware_VideoOutSemiAuto/
hardware_VideoOutSemiAuto.py
87
if not os.path.
isfile
(self.XRANDR_PATH):
99
if not os.path.
isfile
(self.RECONFIG_PATH):
/external/autotest/client/site_tests/touch_WakeupSource/
touch_WakeupSource.py
44
if not os.path.
isfile
(filename):
66
if not os.path.
isfile
(filename):
/external/chromium-trace/catapult/telemetry/telemetry/page/
page_test_unittest.py
148
self.assertTrue(os.path.
isfile
(test_archive))
151
if os.path.
isfile
(test_archive):
/external/chromium-trace/catapult/third_party/WebOb/webob/
static.py
150
if not os.path.
isfile
(path):
159
if not os.path.
isfile
(index_path):
/external/chromium-trace/catapult/third_party/gsutil/
setup.py
94
if os.path.
isfile
(mock_storage_src1) else mock_storage_src2)
95
if not os.path.
isfile
(mock_storage_src):
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/bin/
glacier
37
from os.path import
isfile
, basename
113
if
isfile
(filename):
/external/jsoncpp/scons-tools/
srcdist.py
103
## if os.path.
isfile
(node):
125
## return os.path.
isfile
(node.path)
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/
RntoCommandHandlerTest.groovy
92
assert fileSystem.
isFile
(TO_DIR + "/a.txt")
93
assert fileSystem.
isFile
(TO_DIR + "/b.txt")
/external/opencv3/platforms/ios/
build_framework.py
71
if os.path.
isfile
(os.path.join(builddir, "CMakeCache.txt")):
78
if os.path.
isfile
(wlib):
/external/opencv3/platforms/osx/
build_framework.py
57
if os.path.
isfile
(os.path.join(builddir, "CMakeCache.txt")):
64
if os.path.
isfile
(wlib):
/external/pdfium/testing/tools/
run_corpus_tests.py
118
if not os.path.
isfile
(input_path):
129
if os.path.
isfile
(input_path):
/libcore/ojluni/src/main/java/sun/net/www/
MimeLauncher.java
178
if (f.
isFile
()) {
197
if (f.
isFile
()) {
/packages/providers/ContactsProvider/src/com/android/providers/contacts/debug/
DataExporter.java
122
if (file.
isFile
()) {
156
} else if (child.
isFile
()) {
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_sysconfig.py
25
if os.path.
isfile
(path):
53
self.assertTrue(os.path.
isfile
(python_h), python_h)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_sysconfig.py
25
if os.path.
isfile
(path):
53
self.assertTrue(os.path.
isfile
(python_h), python_h)
/toolchain/binutils/binutils-2.25/ld/
ldemul.c
106
ldemul_get_script (int *
isfile
)
108
return ld_emulation->get_script (
isfile
);
ldemul.h
52
(int *
isfile
);
130
char * (*get_script) (int *
isfile
);
/external/webrtc/webrtc/base/
fileutils.h
168
if (
IsFile
(old_path)) {
184
if (
IsFile
(old_path))
194
virtual bool
IsFile
(const Pathname& pathname) = 0;
335
static bool
IsFile
(const Pathname &pathname) {
336
return EnsureDefaultFilesystem()->
IsFile
(pathname);
unixfilesystem.cc
154
if (!
IsFile
(filename)) {
155
ASSERT(
IsFile
(filename));
224
if (!
IsFile
(old_path)) {
225
ASSERT(
IsFile
(old_path));
315
bool UnixFilesystem::
IsFile
(const Pathname& pathname) {
Completed in 1151 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>