OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:base_path
(Results
126 - 137
of
137
) sorted by null
1
2
3
4
5
6
/external/python/cpython2/Lib/test/
test_posix.py
512
base_path
= os.path.abspath(test_support.TESTFN) + '.getcwd'
515
os.mkdir(
base_path
)
516
os.chdir(
base_path
)
554
shutil.rmtree(
base_path
)
/external/syslinux/gpxe/src/include/gpxe/
uri.h
173
extern char * resolve_path ( const char *
base_path
,
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_posix.py
435
base_path
= os.path.abspath(test_support.TESTFN) + '.getcwd'
438
os.mkdir(
base_path
)
439
os.chdir(
base_path
)
480
shutil.rmtree(
base_path
)
/prebuilts/gdb/linux-x86/lib/python2.7/test/
test_posix.py
435
base_path
= os.path.abspath(test_support.TESTFN) + '.getcwd'
438
os.mkdir(
base_path
)
439
os.chdir(
base_path
)
480
shutil.rmtree(
base_path
)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_posix.py
435
base_path
= os.path.abspath(test_support.TESTFN) + '.getcwd'
438
os.mkdir(
base_path
)
439
os.chdir(
base_path
)
480
shutil.rmtree(
base_path
)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_posix.py
435
base_path
= os.path.abspath(test_support.TESTFN) + '.getcwd'
438
os.mkdir(
base_path
)
439
os.chdir(
base_path
)
480
shutil.rmtree(
base_path
)
/external/chromium-trace/catapult/common/py_utils/py_utils/
cloud_storage.py
244
def _FileLock(
base_path
):
245
pseudo_lock_path = '%s.pseudo_lock' %
base_path
/test/vts/runners/host/
utils.py
223
for
base_path
in pypath.split(':'):
224
logging.info('checking %s',
base_path
)
225
new_path = os.path.join(
base_path
, file_full_path)
/external/python/cpython2/Mac/BuildScript/
build-installer.py
656
base_path
= '/bin:/sbin:/usr/bin:/usr/sbin'
658
base_path
= os.environ['SDK_TOOLS_BIN'] + ':' +
base_path
663
base_path
=
base_path
+ ':' + OLD_DEVELOPER_TOOLS
664
os.environ['PATH'] =
base_path
[
all
...]
/external/toolchain-utils/
afe_lock_machine.py
119
base_path
=autotest_path, root_module_name='autotest_lib')
/external/autotest/server/hosts/
adb_host.py
[
all
...]
/external/skia/platform_tools/android/bin/linux/
perfhost
Completed in 1298 milliseconds
1
2
3
4
5
6