Home
last modified time | relevance | path

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

/third_party/protobuf/cmake/
Dprotobuf-config.cmake.in87 get_filename_component(ABS_PATH ${DIR} ABSOLUTE)
88 list(FIND _protobuf_include_path ${ABS_PATH} _contains_already)
90 list(APPEND _protobuf_include_path -I ${ABS_PATH})
/third_party/ntfs-3g/libntfs-3g/
Dreparse.c670 enum { FULL_PATH, ABS_PATH, REJECTED_PATH } kind; in ntfs_get_abslink() enumerator
689 kind = ABS_PATH; in ntfs_get_abslink()
702 || (kind == ABS_PATH)) { in ntfs_get_abslink()
703 if (kind == ABS_PATH) in ntfs_get_abslink()
/third_party/toybox/toys/other/
Dlosetup.c106 char *f_path = xabspath(file, ABS_PATH);
/third_party/toybox/lib/
Dlib.h118 #define ABS_PATH 1 // all but last path component must exist macro