Lines Matching refs:executable_path
3350 // Given an `executable_path` starting with "/apex/<name>/bin/, return
3353 static std::string get_ld_config_file_apex_path(const char* executable_path) {
3354 std::vector<std::string> paths = android::base::Split(executable_path, "/");
3381 bool is_linker_config_expected(const char* executable_path) {
3388 if (strcmp(executable_path, "/system/bin/init") == 0) {
3397 static std::string get_ld_config_file_path(const char* executable_path) {
3407 std::string path = get_ld_config_file_apex_path(executable_path);
3413 path.c_str(), executable_path);
3425 if (is_linker_config_expected(executable_path)) {
3438 std::vector<android_namespace_t*> init_default_namespaces(const char* executable_path) {
3455 std::string ld_config_file_path = get_ld_config_file_path(executable_path);
3459 executable_path,
3466 executable_path,