Home
last modified time | relevance | path

Searched defs:base_dir (Results 1 – 25 of 62) sorted by relevance

123

/external/rust/crates/tokio/tests/
Dfs_dir.rs12 let base_dir = tempdir().unwrap(); in create_dir() localVariable
23 let base_dir = tempdir().unwrap(); in create_all() localVariable
33 let base_dir = tempdir().unwrap(); in build_dir() localVariable
50 let base_dir = tempdir().unwrap(); in remove() localVariable
62 let base_dir = tempdir().unwrap(); in read_inherent() localVariable
/external/icing/icing/store/
Ddocument-log-creator.cc51 std::string MakeDocumentLogFilenameV0(const std::string& base_dir) { in MakeDocumentLogFilenameV0()
55 std::string MakeDocumentLogFilenameV1(const std::string& base_dir) { in MakeDocumentLogFilenameV1()
69 const std::string& base_dir) { in Create()
114 const Filesystem* filesystem, const std::string& base_dir) { in MigrateFromV0ToV1()
Ddocument-store.cc91 std::string MakeHeaderFilename(const std::string& base_dir) { in MakeHeaderFilename()
95 std::string MakeDocumentIdMapperFilename(const std::string& base_dir) { in MakeDocumentIdMapperFilename()
99 std::string MakeScoreCacheFilename(const std::string& base_dir) { in MakeScoreCacheFilename()
103 std::string MakeCorpusScoreCache(const std::string& base_dir) { in MakeCorpusScoreCache()
107 std::string MakeFilterCacheFilename(const std::string& base_dir) { in MakeFilterCacheFilename()
111 std::string MakeNamespaceMapperFilename(const std::string& base_dir) { in MakeNamespaceMapperFilename()
115 std::string MakeUsageStoreDirectoryName(const std::string& base_dir) { in MakeUsageStoreDirectoryName()
119 std::string MakeCorpusMapperFilename(const std::string& base_dir) { in MakeCorpusMapperFilename()
170 const std::string_view base_dir, in DocumentStore()
202 const Filesystem* filesystem, const std::string& base_dir, in Create()
Dusage-store.cc25 std::string MakeUsageScoreCacheFilename(const std::string& base_dir) { in MakeUsageScoreCacheFilename()
31 const Filesystem* filesystem, const std::string& base_dir) { in Create()
Dkey-mapper.h158 KeyMapper<T>::Create(const Filesystem& filesystem, std::string_view base_dir, in Create()
176 std::string_view base_dir) { in Delete()
Dusage-store.h186 const Filesystem& filesystem, std::string base_dir) in UsageStore()
/external/python/cpython2/Lib/distutils/
Darchive_util.py51 def make_tarball(base_name, base_dir, compress="gzip", verbose=0, dry_run=0, argument
121 def make_zipfile(base_name, base_dir, verbose=0, dry_run=0): argument
193 def make_archive(base_name, format, root_dir=None, base_dir=None, verbose=0, argument
/external/python/cpython3/Lib/distutils/
Darchive_util.py55 def make_tarball(base_name, base_dir, compress="gzip", verbose=0, dry_run=0, argument
127 def make_zipfile(base_name, base_dir, verbose=0, dry_run=0): argument
206 def make_archive(base_name, format, root_dir=None, base_dir=None, verbose=0, argument
/external/jsoncpp/devtools/
Dtarball.py12 def make_tarball(tarball_path, sources, base_dir, prefix_dir=''): argument
48 def decompress(tarball_path, base_dir): argument
/external/icing/icing/schema/
Dschema-store.cc56 const std::string MakeHeaderFilename(const std::string& base_dir) { in MakeHeaderFilename()
60 const std::string MakeSchemaFilename(const std::string& base_dir) { in MakeSchemaFilename()
64 const std::string MakeSchemaTypeMapperFilename(const std::string& base_dir) { in MakeSchemaTypeMapperFilename()
106 const Filesystem* filesystem, const std::string& base_dir, in Create()
117 SchemaStore::SchemaStore(const Filesystem* filesystem, std::string base_dir, in SchemaStore()
/external/tensorflow/tensorflow/c/experimental/saved_model/internal/testdata/
Dgen_saved_models.py44 def _gen_uninitialized_variable(base_dir): argument
77 def _gen_simple_while_loop(base_dir): argument
/external/autotest/client/cros/
Dcros_disks.py481 def create(self, base_dir): argument
496 def verify(self, base_dir): argument
513 def _create(self, base_dir): argument
516 def _verify(self, base_dir): argument
538 def _create(self, base_dir): argument
555 def _verify(self, base_dir): argument
598 def _create(self, base_dir): argument
608 def _verify(self, base_dir): argument
/external/python/cryptography/vectors/
Dsetup.py14 base_dir = os.path.dirname(__file__) variable
/external/icing/icing/scoring/
Dscore-and-rank_benchmark.cc92 const std::string base_dir = GetTestTempDir() + "/score_and_rank_benchmark"; in BM_ScoreAndRankDocumentHitsByDocumentScore() local
194 const std::string base_dir = GetTestTempDir() + "/score_and_rank_benchmark"; in BM_ScoreAndRankDocumentHitsByCreationTime() local
297 const std::string base_dir = GetTestTempDir() + "/score_and_rank_benchmark"; in BM_ScoreAndRankDocumentHitsNoScoring() local
/external/python/cpython2/Lib/
Dshutil.py352 def _make_tarball(base_name, base_dir, compress="gzip", verbose=0, dry_run=0, argument
416 def _call_external_zip(base_dir, zip_filename, verbose, dry_run, logger): argument
438 def _make_zipfile(base_name, base_dir, verbose=0, dry_run=0, logger=None): argument
541 def make_archive(base_name, format, root_dir=None, base_dir=None, verbose=0, argument
/external/chromium-trace/
Dsystrace.py20 def RemoveAllStalePycFiles(base_dir): argument
/external/icing/icing/query/
Dquery-processor_benchmark.cc100 const std::string base_dir = GetTestTempDir() + "/query_processor_benchmark"; in BM_QueryOneTerm() local
217 const std::string base_dir = GetTestTempDir() + "/query_processor_benchmark"; in BM_QueryFiveTerms() local
352 const std::string base_dir = GetTestTempDir() + "/query_processor_benchmark"; in BM_QueryDiacriticTerm() local
472 const std::string base_dir = GetTestTempDir() + "/query_processor_benchmark"; in BM_QueryHiragana() local
/external/libchrome/mojo/public/tools/gn/
Dzip.py29 def DoZip(inputs, link_inputs, zip_inputs, output, base_dir): argument
/external/scapy/
Dsetup.py20 def make_ezipfile(base_name, base_dir, verbose=0, dry_run=0, **kwargs): argument
/external/icing/proto/icing/proto/
Dinitialize.proto31 optional string base_dir = 1; field
/external/perfetto/gn/standalone/toolchain/
Dwin_find_msvc.py41 def find_max_subdir(base_dir, filter=lambda x: True): argument
/external/llvm-project/openmp/runtime/cmake/
DLibompCheckLinkerFlag.cmake25 set(base_dir ${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/CMakeTmp/link_flag_check_${boolean}) variable
/external/oss-fuzz/infra/
Drepo_manager.py225 def clone_repo_and_get_manager(repo_url, base_dir, repo_name=None): argument
244 def _clone(repo_url, base_dir, repo_name): argument
/external/tensorflow/tensorflow/lite/testing/
Dnnapi_example.cc73 std::string base_dir = dirname(argv[1]); in main() local
/external/rust/crates/criterion/src/analysis/
Dmod.rs262 let mut base_dir = output_directory.to_owned(); in base_dir_exists() localVariable
341 let base_dir = root_dir.join(baseline); in copy_new_dir_to_base() localVariable

123