OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:import_dir
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/w3c/
test_importer.py
117
import_dir
= args[0]
120
for part in
import_dir
.split(os.path.sep):
129
if not os.path.exists(
import_dir
):
130
sys.exit('Source directory %s not found!' %
import_dir
)
134
if not repo_dir in
import_dir
:
135
sys.exit('Repository directory %s must be a parent of %s' % (repo_dir,
import_dir
))
139
test_importer = TestImporter(Host(),
import_dir
, repo_dir, options)
/system/extras/fatblock/
import.c
193
static int
import_dir
(struct fs *fs, char *path, int is_root,
function
271
import_dir
(fs, ch_path, 0, &item->imp);
357
ret =
import_dir
(fs, path, 0, &imp);
Completed in 51 milliseconds