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

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

Completed in 822 milliseconds