OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:archive_dir
(Results
1 - 3
of
3
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
shutil.py
362
archive_dir
= os.path.dirname(archive_name)
364
if not os.path.exists(
archive_dir
):
366
logger.info("creating %s",
archive_dir
)
368
os.makedirs(
archive_dir
)
426
archive_dir
= os.path.dirname(base_name)
428
if not os.path.exists(
archive_dir
):
430
logger.info("creating %s",
archive_dir
)
432
os.makedirs(
archive_dir
)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
shutil.py
362
archive_dir
= os.path.dirname(archive_name)
364
if not os.path.exists(
archive_dir
):
366
logger.info("creating %s",
archive_dir
)
368
os.makedirs(
archive_dir
)
426
archive_dir
= os.path.dirname(base_name)
428
if not os.path.exists(
archive_dir
):
430
logger.info("creating %s",
archive_dir
)
432
os.makedirs(
archive_dir
)
/external/lldb/scripts/
build-llvm.pl
363
my ($archive_file, $
archive_dir
, $archive_ext) = fileparse($archive_fullpath, ('.a'));
Completed in 64 milliseconds