Searched refs:LibraryPathType (Results 1 – 3 of 3) sorted by relevance
470 if (icd_details.library_path_type == LibraryPathType::default_search_paths) {472 } else if (icd_details.library_path_type == LibraryPathType::relative) {478 if (icd_details.library_path_type == LibraryPathType::default_search_paths) {485 if (icd_details.library_path_type == LibraryPathType::relative) {487 } else if (icd_details.library_path_type == LibraryPathType::default_search_paths) {612 if (layer_details.library_path_type == LibraryPathType::default_search_paths) {615 if (layer_details.library_path_type == LibraryPathType::relative) {621 if (layer_details.library_path_type == LibraryPathType::default_search_paths) {634 if (layer_details.library_path_type == LibraryPathType::relative) {636 } else if (layer_details.library_path_type == LibraryPathType::default_search_paths) {
522 enum class LibraryPathType { enum541 BUILDER_VALUE(TestICDDetails, LibraryPathType, library_path_type, LibraryPathType::absolute);553 BUILDER_VALUE(TestLayerDetails, LibraryPathType, library_path_type, LibraryPathType::absolute);
113 …env.add_icd(TestICDDetails{TEST_ICD_PATH_VERSION_2}.set_library_path_type(LibraryPathType::relativ… in TEST()120 .set_library_path_type(LibraryPathType::relative)); in TEST()3866 …dd_icd(TestICDDetails(TEST_ICD_PATH_VERSION_2).set_library_path_type(LibraryPathType::default_sear… in TEST()3876 .set_library_path_type(LibraryPathType::default_search_paths)); in TEST()