Home
last modified time | relevance | path

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

/external/webkit/Tools/CodeCoverage/
Drun-generate-coverage-data62 def parse_dependency_file(src, base_dir, black_list): argument
215 base_dir = os.path.abspath(os.path.curdir) variable
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
Dtest_files.py66 def normalize(filesystem, base_dir, paths): argument
/external/valgrind/main/coregrind/
Dm_options.c113 static Char base_dir[VKI_PATH_MAX]; in VG_() local
/external/oprofile/libutil/
Dop_file.c116 char const * base_dir, char const * filter, in get_matching_pathnames()
/external/chromium/chrome/common/extensions/docs/build/
Ddirectory.py156 def __init__(self, base_sample_path, base_dir, api_manifest): argument
260 def __init__(self, manifest_path, api_methods, base_dir): argument
/external/oprofile/libutil++/
Dfile_manip.cpp120 bool create_file_list(list<string> & file_list, string const & base_dir, in create_file_list()
/external/oprofile/libpp/
Dprofile_spec.cpp376 bool valid_candidate(string const & base_dir, string const & filename, in valid_candidate()
530 string base_dir; in generate_file_list() local
/external/oprofile/gui/
Doprof_start_util.cpp291 string const do_open_file_or_dir(string const & base_dir, bool dir_only) in do_open_file_or_dir()
/external/chromium/base/
Dfile_util_posix.cc450 static bool CreateTemporaryDirInDirImpl(const FilePath& base_dir, in CreateTemporaryDirInDirImpl()
471 bool CreateTemporaryDirInDir(const FilePath& base_dir, in CreateTemporaryDirInDir()
Dfile_path_unittest.cc698 FilePath base_dir(FILE_PATH_LITERAL("base_dir")); in TEST_F() local
Dfile_util_win.cc620 bool CreateTemporaryDirInDir(const FilePath& base_dir, in CreateTemporaryDirInDir()
/external/chromium/chrome/browser/net/
Durl_fixer_upper.cc520 GURL URLFixerUpper::FixupRelativeFile(const FilePath& base_dir, in FixupRelativeFile()
/external/chromium/chrome/browser/download/
Dsave_package.cc358 uint32 SavePackage::GetMaxPathLengthForDirectory(const FilePath& base_dir) { in GetMaxPathLengthForDirectory()