OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:parent_dir_name
(Results
1 - 2
of
2
) sorted by null
/external/ceres-solver/cmake/
uninstall.cmake.in
55
GET_FILENAME_COMPONENT(
PARENT_DIR_NAME
${PARENT_DIR} NAME)
56
IF (
PARENT_DIR_NAME
STREQUAL ceres AND IS_DIRECTORY ${PARENT_DIR})
58
ENDIF (
PARENT_DIR_NAME
STREQUAL ceres AND IS_DIRECTORY ${PARENT_DIR})
/art/cmdline/
cmdline.h
249
std::string
parent_dir_name
;
local
251
parent_dir_name
= no_file_name.substr(ancestor_dirs_idx + 1);
253
parent_dir_name
= no_file_name;
256
DBG_LOG << "boot_image_location
parent_dir_name
was " <<
parent_dir_name
;
local
258
if (GetInstructionSetFromString(
parent_dir_name
.c_str()) != kNone) {
Completed in 257 milliseconds