Searched refs:start_of_path (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dplatform-freebsd.cc298 char* start_of_path = index(buffer, '/'); local
300 if (start_of_path == NULL) continue;
302 LOG(i::Isolate::Current(), SharedLibraryEvent(start_of_path, start, end));

Completed in 15 milliseconds