OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:file_paths
(Results
1 - 7
of
7
) sorted by null
/external/chromium-trace/catapult/catapult_base/catapult_base/refactor/
__init__.py
26
def Transform(transform,
file_paths
):
28
return multiprocessing.Pool().map(transform,
file_paths
)
/external/autotest/frontend/afe/
views.py
78
file_paths
= []
85
file_paths
.append(file_path)
86
return HttpResponse(rpc_utils.prepare_for_serialization(
file_paths
))
/external/selinux/libselinux/src/
selinux_config.c
60
static char *
file_paths
[NEL];
variable
223
if (asprintf(&
file_paths
[i], "%s%s",
239
free(
file_paths
[i]);
240
file_paths
[i] = NULL;
257
return
file_paths
[idx];
294
if (asprintf(&
file_paths
[i], "%s%s",
/external/autotest/utils/
run_pylint.py
229
def batch_check_files(
file_paths
, base_opts):
233
@param
file_paths
: a list of file paths.
239
if not
file_paths
:
242
pylint_runner = pylint.lint.Run(list(base_opts) + list(
file_paths
),
/external/chromium-trace/catapult/catapult_base/catapult_base/
cloud_storage_unittest.py
38
def CreateFiles(self,
file_paths
):
39
for f in
file_paths
:
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
xcmc.h
148
CMC_return_code WINAPI cmc_send_documents(CMC_string recipient_addresses,CMC_string subject,CMC_string text_note,CMC_flags send_doc_flags,CMC_string
file_paths
,CMC_string file_names,CMC_string delimiter,CMC_ui_id ui_id);
/external/clang/lib/Driver/
ToolChains.cpp
2751
path_list &
file_paths
= getFilePaths();
local
[
all
...]
Completed in 481 milliseconds