HomeSort by relevance Sort by last modified time
    Searched refs:version_path (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/common/mac/
app_mode_chrome_locator.h 27 // |version_path| - |chrome_bundle|/Contents/Versions/|raw_version_str|/
36 base::FilePath* version_path,
  /frameworks/native/cmds/installd/
installd.c 370 char version_path[PATH_MAX]; local
371 snprintf(version_path, PATH_MAX, "%s.layout_version", android_data_dir.path);
374 if (fs_read_atomic_int(version_path, &oldVersion) == -1) {
583 if (fs_write_atomic_int(version_path, version) == -1) {
584 ALOGE("Failed to save version to %s: %s", version_path, strerror(errno));

Completed in 663 milliseconds