OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dex_path
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/build/android/gyp/
dex.py
18
dex_cmd = [dx_binary, '--dex', '--force-jumbo', '--output', options.
dex_path
]
23
record_path = '%s.md5.stamp' % options.
dex_path
30
build_utils.Touch(options.
dex_path
)
/frameworks/native/cmds/installd/
commands.c
409
char
dex_path
[PKG_PATH_MAX];
local
412
if (create_cache_path(
dex_path
, path)) return -1;
414
ALOGV("unlink %s\n",
dex_path
);
415
if (unlink(
dex_path
) < 0) {
416
ALOGE("Couldn't unlink %s: %s\n",
dex_path
, strerror(errno));
[
all
...]
Completed in 397 milliseconds