HomeSort by relevance Sort by last modified time
    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', '--output', options.dex_path] + paths
20 record_path = '%s.md5.stamp' % options.dex_path
27 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 135 milliseconds