Home
last modified time | relevance | path

Searched refs:given_path (Results 1 – 1 of 1) sorted by relevance

/system/core/libcutils/
Dandroid_get_control_file.cpp80 std::string given_path; in android_get_control_file() local
81 if (!android::base::Realpath(path, &given_path)) return -1; in android_get_control_file()
86 fd = __android_get_control_from_env(ANDROID_FILE_ENV_PREFIX, given_path.c_str()); in android_get_control_file()
95 if (given_path != fd_path) return -1; in android_get_control_file()